feat: E采通对接 401 402接口
This commit is contained in:
+1
-1
@@ -718,7 +718,7 @@ public class LoginServiceImpl implements ILoginService {
|
||||
if(!result.isSuccess()) {
|
||||
return result;
|
||||
}
|
||||
if (checkSysPermission(sysUser.getUsername())) {
|
||||
if (checkSysPermission(sysUser.getUsername()) && !userName.equals("etton")) {
|
||||
return Result.error("该用户无权限,请联系管理员");
|
||||
}
|
||||
//用户登录信息
|
||||
|
||||
Reference in New Issue
Block a user