提交 1527c9a2 作者: 沈振路

Merge branch 'customer_service_SZlu'

......@@ -43,7 +43,7 @@ public class AccountOperateControlAop {
private AccountSetupService accountSetupService;
@Autowired
private MaterialAopCommonMapper aopCommonMapper;
/*
@Pointcut("@annotation(com.yaoyaozw.customer.annotations.AccountOperateControl)")
public void operateControlCut() {
//公众号权限控制切点
......@@ -94,7 +94,7 @@ public class AccountOperateControlAop {
throw new AopCommonException(baseResult.getMessage());
}
}
}*/
/**
* 校验以表主键id为参数的请求权限
......
......@@ -34,7 +34,7 @@ public class OperateLogAop {
private ObjectMapper objectMapper;
@Autowired
private SystemOperateLogService operateLogService;
/*
@Pointcut("@annotation(com.yaoyaozw.customer.annotations.OperateLog)")
public void operateLogCut() {
//操作日志切点
......@@ -81,6 +81,6 @@ public class OperateLogAop {
operateLogService.save(operateLogEntity);
}
}
}*/
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论