Commit 8f98f5dc authored by yanzg's avatar yanzg

不记录系统日志

parent 168c29a7
...@@ -75,6 +75,9 @@ public class LogLocal implements ThreadNext.Next, InitializingBean { ...@@ -75,6 +75,9 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
* @return * @return
*/ */
public LogVo startLog(String actionKey, String actionSubKey, String content) { public LogVo startLog(String actionKey, String actionSubKey, String content) {
if (isLog(actionKey, actionSubKey)) {
return null;
}
// 生命日志对象爱嗯 // 生命日志对象爱嗯
LogVo log = new LogVo(); LogVo log = new LogVo();
log.setLogId(StringHelper.getNewID()); log.setLogId(StringHelper.getNewID());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment