This commit is contained in:
2025-01-13 10:56:06 +08:00
parent ab303cfeef
commit cd89a77189

View File

@@ -305,8 +305,6 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
} }
//绑定 //绑定
account.setUserEmail(accountBindEmailDTO.getUserEmail()); account.setUserEmail(accountBindEmailDTO.getUserEmail());
account.setCountry(accountBindEmailDTO.getCountry());
account.setOccupation(accountBindEmailDTO.getOccupation());
accountMapper.updateById(account); accountMapper.updateById(account);
// updatePwdByUserId(accountBindEmailDTO.getUserEmail(), accountBindEmailDTO.getUserId()); // updatePwdByUserId(accountBindEmailDTO.getUserEmail(), accountBindEmailDTO.getUserId());
return Boolean.TRUE; return Boolean.TRUE;