Commit f0da9959 authored by 赵啸非's avatar 赵啸非

添加目录字段

parent c43511be
...@@ -34,7 +34,7 @@ public class DataPermissionAspect { ...@@ -34,7 +34,7 @@ public class DataPermissionAspect {
public static final String DATA_PERMISSION_SEARCH_SQL = "DATA_PERMISSION_SEARCH_SQL"; public static final String DATA_PERMISSION_SEARCH_SQL = "DATA_PERMISSION_SEARCH_SQL";
@Pointcut("@annotation(com.mortals.xhx.annotation.DataPermission)") @Pointcut("execution(public * com.mortals..*Controller.*(..))")
public void pointCut() { public void pointCut() {
} }
......
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