修改意向申请信息中的手机号
This commit is contained in:
@@ -159,7 +159,7 @@ public class WechatMiniAppServiceImpl implements WechatMiniAppService {
|
|||||||
}
|
}
|
||||||
oldUserInfo.setMobile(newMobile);
|
oldUserInfo.setMobile(newMobile);
|
||||||
hyPartnerUserInfoDAO.updateByPrimaryKeySelective(oldUserInfo);
|
hyPartnerUserInfoDAO.updateByPrimaryKeySelective(oldUserInfo);
|
||||||
//修改意向申请信息中的加盟商名称与手机号
|
//修改意向申请信息中的手机号
|
||||||
hyPartnerBaseInfoDAO.updateByPartnerId(null, newMobile, oldUserInfo.getPartnerId());
|
hyPartnerBaseInfoDAO.updateByPartnerId(null, newMobile, oldUserInfo.getPartnerId());
|
||||||
}
|
}
|
||||||
return newMobile;
|
return newMobile;
|
||||||
|
|||||||
Reference in New Issue
Block a user