Commit 44c33cb4 authored by caotao's avatar caotao

18027:【web端-系统配置】单位管理,编辑单位后,编辑区域公司,接口报错

parent 8f5411ee
...@@ -578,6 +578,9 @@ public class UserEmpowerInterceptor implements Interceptor { ...@@ -578,6 +578,9 @@ public class UserEmpowerInterceptor implements Interceptor {
private UserEmpower getTargetDataAuthAnnotationCount(String id) throws ClassNotFoundException { private UserEmpower getTargetDataAuthAnnotationCount(String id) throws ClassNotFoundException {
if (ValidationUtil.isEmpty(getTargetDataAuthMethodCount(id))) {
return null;
}
return getTargetDataAuthMethodCount(id).getAnnotation(UserEmpower.class); return getTargetDataAuthMethodCount(id).getAnnotation(UserEmpower.class);
} }
......
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