|
|
@@ -382,6 +382,7 @@ public class PingAnOrderApiServiceImpl implements PingAnOrderApiService {
|
|
|
PingAnConfigureParameters parameters = configureParametersComponents.toEntity(PingAnConfigureParameters.class,
|
|
|
ptlAgreementAttribution);
|
|
|
BaseQuoteInfoVo quoteInfo=new BaseQuoteInfoVo();
|
|
|
+ //此处的流程id必须传入 获取报价流程的返回的流程id
|
|
|
String flowid="";
|
|
|
SearchPAVehicleListResponse.ModelsDto modelsDto =new SearchPAVehicleListResponse.ModelsDto();
|
|
|
//调用6.1 补充信息并核保
|
|
|
@@ -585,7 +586,7 @@ public class PingAnOrderApiServiceImpl implements PingAnOrderApiService {
|
|
|
insAreaCompany.setPayDate(LocalDateTime.now());
|
|
|
}
|
|
|
insAreaCompany.setOrderstatus(InsOrderStatusEnum.ACCEPT_INSURANCE.getCode());
|
|
|
- insAreaCompanyService.updateCompanyAndOrders(insAreaCompany);
|
|
|
+ insAreaCompanyService.updateCompanyAndOrdersNew(insAreaCompany);
|
|
|
}
|
|
|
}
|
|
|
|