Commit 11d973fe by jianan

客户告知书11

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