Commit 9313606e by jianan

新单跟进5

parent 9d8a26b2
...@@ -432,8 +432,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -432,8 +432,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
// follow.setReconciliationCompanyBizId(); // follow.setReconciliationCompanyBizId();
//TODO 续保日期 //TODO 续保日期
// follow.setRenewalDate(); // follow.setRenewalDate();
//TODO 用户业务员id // 用户业务员id
// follow.setUserBizId(); follow.setUserBizId(appointment.getCreatorId());
if (!Objects.isNull(apiInsurantInfoDto)) { if (!Objects.isNull(apiInsurantInfoDto)) {
//受保人 //受保人
follow.setInsured(apiInsurantInfoDto.getName()); follow.setInsured(apiInsurantInfoDto.getName());
......
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