|
|
@@ -130,6 +130,10 @@ public class QuoteVerificationAspect {
|
|
|
log.info("过滤的费用列表:{}",JSONObject.toJSONString(agreementProductCosts));
|
|
|
if (CollUtil.isNotEmpty(agreementProductCosts)) {
|
|
|
//遍历费用因子
|
|
|
+ HttpResult<String> convertLicense2AreaNumber = orgClient.convertLicense2AreaNumber(insOrdersCarInfo.getLicenseNo().substring(0, 2));
|
|
|
+ if(convertLicense2AreaNumber.isSuccess()){
|
|
|
+ insOrdersCarInfo.setLicenseNo(convertLicense2AreaNumber.getData());//车牌转code
|
|
|
+ }
|
|
|
String costId = verificationCosts(agreementProductCosts, logs, insOrdersOther, insOrdersCarInfo, insOrdersRisks,
|
|
|
insOrdersCarUserInfos, kindList, insOrdersCosts, insOrdersAccidentalDriving, insOrders);
|
|
|
if (costId != null) {
|