Commit 1ae4df7f authored by wzp's avatar wzp

修改bug

parent 8c6b195f
...@@ -28,7 +28,7 @@ public class WebLogAspect { ...@@ -28,7 +28,7 @@ public class WebLogAspect {
@Autowired @Autowired
private SysLogController sysLogController; private SysLogController sysLogController;
@Pointcut("execution (public * com.cmbchina.business.hall.web.controller.*.*(..))") @Pointcut("execution (public * cn.wisenergy.chnmuseum.party.web.controller.*.*(..))")
public void methodCutPoint() { public void methodCutPoint() {
} }
...@@ -76,7 +76,7 @@ public class WebLogAspect { ...@@ -76,7 +76,7 @@ public class WebLogAspect {
content = annotation.value(); content = annotation.value();
} }
//插入到系统日志表 //插入到系统日志表
this.sysLogController.insertSysLog(content,null,null); this.sysLogController.insertSysLog(content,null);
} }
return proceedingJoinPoint.proceed(); return proceedingJoinPoint.proceed();
......
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