Commit df1fdbd7 authored by yanzg's avatar yanzg

不记录系统日志

parent b4c25ca1
......@@ -192,7 +192,7 @@ public class BaseRequestAspect {
try {
long time = System.currentTimeMillis() - start;
boolean isLogDisplay = (logFlag && logCommon) || resultEx != null;
boolean isLogDatabase = (logFlag && log != null) || resultEx != null;
boolean isLogDatabase = log != null || resultEx != null;
String name = joinPoint.getSignature().getName();
// 处理结果
ResponseResult responseResult = responseDefault;
......
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