BUGFIX: 用户登录时的有效期验证异常抛出导致事务回滚,用户信息修改失败

This commit is contained in:
2026-01-22 10:37:23 +08:00
parent 64cc29f456
commit 0ce968b919
2 changed files with 12 additions and 3 deletions

View File

@@ -246,4 +246,6 @@ public interface AccountService extends IService<Account> {
void setEduAdminToExpire(Account adminAccount);
String getOrganizationTypeByRole(Integer roleNum);
void validateUserValidaExpire(Account account);
}