diff --git a/intc-modules/intc-fishery/src/main/java/com/intc/fishery/controller/AquUserController.java b/intc-modules/intc-fishery/src/main/java/com/intc/fishery/controller/AquUserController.java index d62df18..dbd0ed3 100644 --- a/intc-modules/intc-fishery/src/main/java/com/intc/fishery/controller/AquUserController.java +++ b/intc-modules/intc-fishery/src/main/java/com/intc/fishery/controller/AquUserController.java @@ -438,6 +438,7 @@ public class AquUserController extends BaseController { // 同步更新 SysUser 中的 phonenumber SysUserBo sysUserBo = new SysUserBo(); sysUserBo.setUserId(userId); + sysUserBo.setUserName(request.getNewMobilePhone()); sysUserBo.setPhonenumber(request.getNewMobilePhone()); sysUserService.updateUserProfile(sysUserBo);