bug修复

This commit is contained in:
attiya 2025-09-03 15:44:08 +08:00
parent 28bdeb831c
commit 5cfb6858ca

View File

@ -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);
} }