|
|
@@ -405,21 +405,21 @@ public class BoHaiOrderApiServiceImpl implements BoHaiOrderApiService {
|
|
|
String licenseno = insOrders.getLicenseno();
|
|
|
if (StringUtils.isNotEmpty(data.getTrafficEPolicyUrl())) {
|
|
|
crawlerPolicyPrintVo.setJqxPolicyUrl(fileComponents.gainCarInsPolicy(data.getTrafficEPolicyUrl(),
|
|
|
- licenseno + "-" + insAreaCompany.getJqpolicyno() + "-交强险保单.pdf", licenseno, customerInfoVo.getIdentifyNumber()));
|
|
|
+ licenseno + "-" + insAreaCompany.getJqpolicyno() + "-交强险保单.pdf", insAreaCompany.getId(), customerInfoVo.getIdentifyNumber()));
|
|
|
crawlerPolicyPrintVo.setJqxFlagUrl(fileComponents.gainCarInsPolicy(data.getTrafficEFlagUrl(),
|
|
|
- licenseno + "-" + insAreaCompany.getJqpolicyno() + "-交强险标志.pdf", licenseno, customerInfoVo.getIdentifyNumber()));
|
|
|
+ licenseno + "-" + insAreaCompany.getJqpolicyno() + "-交强险标志.pdf", insAreaCompany.getId(), customerInfoVo.getIdentifyNumber()));
|
|
|
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(data.getBusinessEPolicyUrl())) {
|
|
|
crawlerPolicyPrintVo.setSyxPolicyUrl(fileComponents.gainCarInsPolicy(data.getBusinessEPolicyUrl(),
|
|
|
- licenseno + "-" + insAreaCompany.getSypolicyno() + "-商业险保单.pdf", licenseno, customerInfoVo.getIdentifyNumber()));
|
|
|
+ licenseno + "-" + insAreaCompany.getSypolicyno() + "-商业险保单.pdf", insAreaCompany.getId(), customerInfoVo.getIdentifyNumber()));
|
|
|
}
|
|
|
|
|
|
if (StringUtils.isNotEmpty(data.getAcciEPolicyUrl())) {
|
|
|
List<CrawlerPolicyPrintVo.JyxInfoListDTO> jyxInfoListDTOS = new ArrayList<>();
|
|
|
CrawlerPolicyPrintVo.JyxInfoListDTO jyxInfoListDTO = new CrawlerPolicyPrintVo.JyxInfoListDTO();
|
|
|
jyxInfoListDTO.setJyxPolicyUrl(fileComponents.gainCarInsPolicy(data.getAcciEPolicyUrl(),
|
|
|
- licenseno + "-" + insAreaCompany.getSypolicyno() + "-非车险保单.pdf", licenseno, customerInfoVo.getIdentifyNumber()));
|
|
|
+ licenseno + "-" + insAreaCompany.getSypolicyno() + "-非车险保单.pdf", insAreaCompany.getId(), customerInfoVo.getIdentifyNumber()));
|
|
|
jyxInfoListDTOS.add(jyxInfoListDTO);
|
|
|
crawlerPolicyPrintVo.setJyxInfoList(jyxInfoListDTOS);
|
|
|
}
|