BUGFIX:同一浏览器切换版本登录时,密码被置空
This commit is contained in:
@@ -205,6 +205,8 @@ public interface AccountService extends IService<Account> {
|
||||
|
||||
Boolean deleteSubAccount(AddSubAccountDTO addSubAccountDTO);
|
||||
|
||||
void removeSubAccount(AddSubAccountDTO addSubAccountDTO, boolean returnCredits);
|
||||
|
||||
PageBaseResponse<Account> subAccountList(SubAccountPageDTO subAccountPageDTO);
|
||||
|
||||
Account accountDetail(Long id);
|
||||
|
||||
Reference in New Issue
Block a user