瀏覽代碼

修改dictAspect 切面切点

songyh 3 年之前
父節點
當前提交
2a01b24964

+ 1 - 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/common/aspect/DictAspect.java

@@ -42,7 +42,7 @@ public class DictAspect {
     /**
      * 定义切点Pointcut
      */
-    @Pointcut("execution(public * org.jeecg.modules..*.*Controller.*(..))||execution(public * cn.com.ctop..*.*Controller.*(..))")
+    @Pointcut("execution(public * org.jeecg.modules..*.*Controller.*(..))||execution(public * cn.com.ctop..*.*Controller.*(..))||execution(public * ctop.bytedane.ad..*.*Controller.*(..))")
     public void excudeService() {
     }