haungfuli 1 jaar geleden
bovenliggende
commit
20e01b3074

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