BUGFIX: 用户登录时的有效期验证异常抛出导致事务回滚,用户信息修改失败
This commit is contained in:
@@ -246,4 +246,6 @@ public interface AccountService extends IService<Account> {
|
||||
void setEduAdminToExpire(Account adminAccount);
|
||||
|
||||
String getOrganizationTypeByRole(Integer roleNum);
|
||||
|
||||
void validateUserValidaExpire(Account account);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user