|
|
@@ -749,6 +749,7 @@ public class InsAreaCompanyServiceImpl extends ServiceImpl<InsAreaCompanyMapper,
|
|
|
insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfo.getPolicyHolderInfo()));
|
|
|
insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfo.getOwnerInfo()));
|
|
|
insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfo.getInsuredPersonInfo()));
|
|
|
+ insAreaCompany.setDockingPerson(ptlAgreement.getDockingPerson());
|
|
|
//保存子订单
|
|
|
this.insertCompanyAndOrders(insAreaCompany);
|
|
|
|