TASK:AiDA
This commit is contained in:
@@ -300,6 +300,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
}
|
||||
//绑定
|
||||
account.setUserEmail(accountBindEmailDTO.getUserEmail());
|
||||
accountMapper.updateById(account);
|
||||
// updatePwdByUserId(accountBindEmailDTO.getUserEmail(), accountBindEmailDTO.getUserId());
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user