lxzn-boot-base-core/src/main/java/org/jeecg/common/aspect/DictAspect.java
@@ -52,8 +52,9 @@ /** * 定义切点Pointcut */ @Pointcut("execution(public * org.jeecg.modules.base.*Controller.*(..)) || @annotation(org.jeecg.common.aspect.annotation.AutoDict)") public void excudeService() { @Pointcut("(execution(public * org.jeecg.modules..*Controller.*(..)) " + "&& !execution(public * org.jeecg.modules.eam..*.*Controller.*(..)) ) " + "|| @annotation(org.jeecg.common.aspect.annotation.AutoDict)") public void excudeService() { } @Around("excudeService()")