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