TASK:AiDA

This commit is contained in:
shahaibo
2024-12-19 17:52:14 +08:00
parent 0574180e4b
commit 7fb74bc7d8

View File

@@ -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;
}