TASK: 教育管理员账号到期后降为游客并移除所有子账号
This commit is contained in:
@@ -205,7 +205,7 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
// Boolean deleteSubAccount(AddSubAccountDTO addSubAccountDTO);
|
||||
|
||||
void removeSubAccount(AddSubAccountDTO addSubAccountDTO);
|
||||
void removeSubAccount(AddSubAccountDTO addSubAccountDTO, Long adminAccId);
|
||||
|
||||
PageBaseResponse<Account> subAccountList(SubAccountPageDTO subAccountPageDTO);
|
||||
|
||||
@@ -240,4 +240,6 @@ public interface AccountService extends IService<Account> {
|
||||
Set<String> organizationNameSearch(String type, String name);
|
||||
|
||||
/*void send618PromotionEmailTemp();*/
|
||||
|
||||
void checkEduAdminExpireStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user