|
|
@@ -101,6 +101,8 @@ public class QuoteVerificationAspect {
|
|
|
result.getData().setSumExportFee(subOrderExportFeeVo.getJqExportCosts()
|
|
|
.add(subOrderExportFeeVo.getSyExportCosts())
|
|
|
.add(subOrderExportFeeVo.getNoExportCosts()));
|
|
|
+ }else{
|
|
|
+ result = HttpResult.error("费用匹配失败");
|
|
|
}
|
|
|
} catch (Exception ignored) {
|
|
|
log.debug("费用因子异常,车牌号:" + insOrders.getLicenseno());
|
|
|
@@ -110,6 +112,7 @@ public class QuoteVerificationAspect {
|
|
|
for(StackTraceElement stackTraceElement : ignored.getStackTrace()){
|
|
|
log.debug(stackTraceElement.toString());
|
|
|
}
|
|
|
+ result = HttpResult.error("费用匹配失败");
|
|
|
}
|
|
|
}
|
|
|
}
|