Commit 0af20ab0 by jianan

客户告知书8

parent f40752dc
...@@ -3634,6 +3634,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service. ...@@ -3634,6 +3634,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
registerRequestVO.setName(newMobile); registerRequestVO.setName(newMobile);
//将增员对象进行注册 //将增员对象进行注册
RegisterResponseVO registerResp = customerService.register(registerRequestVO); RegisterResponseVO registerResp = customerService.register(registerRequestVO);
newerCustomer = new AclCustomer();
newerCustomer.setId(registerResp.getCustomerId()); newerCustomer.setId(registerResp.getCustomerId());
} }
AgPoInformed informed = new AgPoInformed(); AgPoInformed informed = new AgPoInformed();
......
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