Commit 892015bd by zhangxingmin

push

parent 4471bf94
...@@ -104,6 +104,7 @@ public class ApiInsurantServiceImpl implements ApiInsurantService { ...@@ -104,6 +104,7 @@ public class ApiInsurantServiceImpl implements ApiInsurantService {
insurant.setId(null); insurant.setId(null);
insurant.setAppointmentBizId(appointmentBizId); insurant.setAppointmentBizId(appointmentBizId);
insurant.setInsurantBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_INSURANT.getCode())); insurant.setInsurantBizId(RandomStringGenerator.generateBizId16(CommonEnum.UID_TYPE_INSURANT.getCode()));
insurant.setPolicyholderRel(dto.getPolicyholderRel());
iInsurantService.saveOrUpdate(insurant); iInsurantService.saveOrUpdate(insurant);
//查询投保人税务列表信息 //查询投保人税务列表信息
......
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