se-common/src/main/java/com/terra/common/aspect/LogAspect.java
@@ -48,7 +48,7 @@ private static final Log log = LogFactory.getLog(LogAspect.class); @Pointcut("@annotation(com.terra.system.annotation.SysLog)") @Pointcut("@annotation(com.terra.common.annotation.SysLog)") public void logPointCut() { // }