Commit 020e163e by yangyang

日志调整(重庆)

parent f08be92d
......@@ -156,7 +156,7 @@ public class SysLogAspect {
// 计时并调用目标函数
long start = System.currentTimeMillis();
Object result = null;
Object result = proceedingJoinPoint.proceed();
// try {
// result = proceedingJoinPoint.proceed();
// if (!StringUtils.isEmpty(result)) {
......
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