瀏覽代碼

补录订单添加对接人字段

785834757 1 年之前
父節點
當前提交
3c7874e629
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/ydtech/modules/order/service/impl/InsAreaCompanyServiceImpl.java

+ 1 - 0
src/main/java/com/ydtech/modules/order/service/impl/InsAreaCompanyServiceImpl.java

@@ -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);