Commit 11d973fe by jianan

客户告知书11

parent bf4958c2
...@@ -3620,8 +3620,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service. ...@@ -3620,8 +3620,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
if (newerCustomer == null) { if (newerCustomer == null) {
// 注册 // 注册
RegisterRequestVO registerRequestVO = new RegisterRequestVO(); RegisterRequestVO registerRequestVO = new RegisterRequestVO();
registerRequestVO.setMobileNo(newName); registerRequestVO.setMobileNo(newMobile);
registerRequestVO.setName(newMobile); registerRequestVO.setName(newName);
//将增员对象进行注册 //将增员对象进行注册
RegisterResponseVO registerResp = customerService.register(registerRequestVO); RegisterResponseVO registerResp = customerService.register(registerRequestVO);
newerCustomer = new AclCustomer(); newerCustomer = new AclCustomer();
......
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