|
@@ -181,12 +181,12 @@ public class InsOrderPdfUrlServiceImpl extends ServiceImpl<InsOrderPdfUrlMapper,
|
|
|
throw new SystemException("未查询到商业保单号");
|
|
throw new SystemException("未查询到商业保单号");
|
|
|
}
|
|
}
|
|
|
entityBySubOrderId.setSyNo(insAreaCompany.getSyapplyno());
|
|
entityBySubOrderId.setSyNo(insAreaCompany.getSyapplyno());
|
|
|
- entityBySubOrderId.setSyUrl(policyType);
|
|
|
|
|
|
|
+ entityBySubOrderId.setSyUrl(policyPath);
|
|
|
}
|
|
}
|
|
|
if (policyType.equals("4")){
|
|
if (policyType.equals("4")){
|
|
|
if (insAreaCompany.getCrossInsurance().size() > 0) {
|
|
if (insAreaCompany.getCrossInsurance().size() > 0) {
|
|
|
- entityBySubOrderId.setJyNo(((JSONObject) insAreaCompany.getCrossInsurance().get(0)).getString("applicationNumber"));
|
|
|
|
|
- entityBySubOrderId.setJyUrl(policyType);
|
|
|
|
|
|
|
+ entityBySubOrderId.setJyNo(((JSONObject) insAreaCompany.getCrossInsurance().get(0)).getString("application"));
|
|
|
|
|
+ entityBySubOrderId.setJyUrl(policyPath);
|
|
|
}else{
|
|
}else{
|
|
|
throw new SystemException("未查询到驾意保单号");
|
|
throw new SystemException("未查询到驾意保单号");
|
|
|
}
|
|
}
|