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