Commit 8cc8f20d authored by suhuiguang's avatar suhuiguang

1.管理员用户可以不需要创建机场单位进行权限处理

parent ba9ddf51
...@@ -2077,7 +2077,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp ...@@ -2077,7 +2077,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
} }
return userDto; return userDto;
} else { } else {
throw new RuntimeException("人员未绑定"); return new UserDto();
} }
} }
......
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