bug修复
This commit is contained in:
parent
28bdeb831c
commit
5cfb6858ca
@ -80,6 +80,7 @@ public class AuthController {
|
|||||||
StpUtil.getSession().set(String.valueOf(staff.getStaffId()), staffDto);
|
StpUtil.getSession().set(String.valueOf(staff.getStaffId()), staffDto);
|
||||||
return JsonResult.success(Message.LOGIN, loginDto);
|
return JsonResult.success(Message.LOGIN, loginDto);
|
||||||
}
|
}
|
||||||
|
TenantManager.restoreTenantCondition();
|
||||||
return JsonResult.failed(Message.PASSWORD_WRONG);
|
return JsonResult.failed(Message.PASSWORD_WRONG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user