|
@@ -116,7 +116,7 @@ public class SysController {
|
|
|
List<SysUser> userList = sysUserService.list(wrapper);
|
|
|
//用户不存在
|
|
|
if (Objects.isNull(userList) || userList.size() == 0) {
|
|
|
- throw ExceptionResultEnum.USER_NO_DATA.exception();
|
|
|
+ throw ExceptionResultEnum.ERROR.exception("您尚无权限访问该系统,如有疑问可咨询68754802/技术服务电话");
|
|
|
}
|
|
|
if (Objects.equals(login.getSchoolCode().toUpperCase(), RoleTypeEnum.ADMIN.name())) {
|
|
|
userList.forEach(o -> {
|