785834757 1 سال پیش
والد
کامیت
b720035d8c

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/ChengTaiOrderApiServiceImpl.java

@@ -403,10 +403,10 @@ public class ChengTaiOrderApiServiceImpl implements ChengTaiOrderApiService {
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfoVo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
 
 
         // 协议id
         // 协议id
         insAreaCompany.setReptxt(JSON.parseObject(JSON.toJSONString(insurePremiumResponse)));
         insAreaCompany.setReptxt(JSON.parseObject(JSON.toJSONString(insurePremiumResponse)));

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/DaJiaOrderServiceImpl.java

@@ -434,10 +434,10 @@ public class DaJiaOrderServiceImpl implements DaJiaOrderService {
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfoVo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
 
 
         // 协议id
         // 协议id
         //子订单id
         //子订单id

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/HuaTaiOrderApiServiceImpl.java

@@ -638,10 +638,10 @@ public class HuaTaiOrderApiServiceImpl implements HuaTaiOrderApiService {
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfo.getInsuredPersonInfo()));
 
 
         //华泰没有总订单号,使用自定义订单号
         //华泰没有总订单号,使用自定义订单号
         String orderNo = IdGenerate.nextId();
         String orderNo = IdGenerate.nextId();

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/YangGuangOrderApiServiceImpl.java

@@ -976,10 +976,10 @@ public class YangGuangOrderApiServiceImpl implements YangGuangOrderApiService {
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
         InsAreaCompany insAreaCompany = new InsAreaCompany(quoteRespVo, ptlAgreementAttribution);
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfoVo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
 
 
         //协议id
         //协议id
         insAreaCompany.setOrderno(orderId);
         insAreaCompany.setOrderno(orderId);

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/ZhongMeiOrderApiServiceImpl.java

@@ -640,10 +640,10 @@ public class ZhongMeiOrderApiServiceImpl implements ZhongMeiOrderApiService {
         insAreaCompany.setInsOrderNo(quotedPriceResponse.getBusinessNo());
         insAreaCompany.setInsOrderNo(quotedPriceResponse.getBusinessNo());
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfo.getInsuredPersonInfo()));
 
 
         // 车船税
         // 车船税
         double prePayTax = quotedPriceResponse.getTaxinfo() != null ? quotedPriceResponse.getTaxinfo().getPrePayTax() : 0;
         double prePayTax = quotedPriceResponse.getTaxinfo() != null ? quotedPriceResponse.getTaxinfo().getPrePayTax() : 0;

+ 4 - 4
src/main/java/com/ydtech/modules/order/service/impl/ZijinOrderApiServiceImpl.java

@@ -645,10 +645,10 @@ public class ZijinOrderApiServiceImpl implements ZijinOrderApiService {
         insAreaCompany.setInsOrderNo(orderId);
         insAreaCompany.setInsOrderNo(orderId);
 
 
         // 子订单的车辆 人员信息存储
         // 子订单的车辆 人员信息存储
-        insAreaCompany.setCarInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getCarInfo())));
-        insAreaCompany.setOwnerInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getOwnerInfo())));
-        insAreaCompany.setApplyInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo())));
-        insAreaCompany.setInsureInfo(JSON.toJSONString(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo())));
+        insAreaCompany.setCarInfo(JSON.toJSONString(quoteInfoVo.getCarInfo()));
+        insAreaCompany.setOwnerInfo(JSON.toJSONString(quoteInfoVo.getOwnerInfo()));
+        insAreaCompany.setApplyInfo(JSON.toJSONString(quoteInfoVo.getPolicyHolderInfo()));
+        insAreaCompany.setInsureInfo(JSON.toJSONString(quoteInfoVo.getInsuredPersonInfo()));
 
 
         // 车船税
         // 车船税
         CalculatePremiumResponse.CarShipTaxDTO carShipTax = calculatePremiumResponse.getCarShipTax();
         CalculatePremiumResponse.CarShipTaxDTO carShipTax = calculatePremiumResponse.getCarShipTax();