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

添加目录字段

parent 65bf0df7
...@@ -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("execution(public * com.mortals..*Controller.*(..))") @Pointcut("execution(public * com.mortals..ChildLicenseController.*(..))")
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