Commit 2a28c43c authored by 李健华's avatar 李健华

Merge branch 'hotfix/modify_phone-20220614' into 'master'

修改手机号同步修改加密

See merge request !72
parents a78a0a0c 9db77ab3
......@@ -336,6 +336,7 @@ public class UserServiceImpl implements IUserService, IBaseController {
//2. 执行修改
//2.1 修改 user 表
oldPhoneUser.setPhoneNo(newPhoneNo);
oldPhoneUser.setEncryptedPhoneNo(newPhoneNo);
User user = userRepository.saveAndFlush(oldPhoneUser);
//2.2 修改 user_detail 表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment