haungfuli преди 1 година
родител
ревизия
20e01b3074
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      winsea-haixin-plugin-wangluohuoyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/util/EntityAnalyse.java

+ 1 - 1
winsea-haixin-plugin-wangluohuoyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/util/EntityAnalyse.java

@@ -564,7 +564,7 @@ public class EntityAnalyse {
 
         //保险信息
         JSONObject insuranceInformation = new JSONObject();
-        insuranceInformation.put("policyNumber", orderInfo.getPolicyNo() != null ? orderInfo.getPolicyNo() : "");
+        insuranceInformation.put("policyNumber", orderInfo.getPolicyNo() != null ? orderInfo.getPolicyNo() : "none");
         insuranceInformation.put("insuranceCompanyCode", orderInfo.getInsuranceCompanyCode() != null ? orderInfo.getInsuranceCompanyCode() : "");
         params.put("insuranceInformation", insuranceInformation);