|
|
@@ -53,10 +53,11 @@ public class AuditVerificationAspect {
|
|
|
}
|
|
|
InsAreaCompany insAreaCompany = insAreaCompanyService.getByIdIsExist(companyId);
|
|
|
InsOrders insOrders = insOrdersService.getById(insAreaCompany.getOrderno());
|
|
|
- //先进行承保规则判断
|
|
|
- feeRuleSchemeNewService.verificationRuleFactor(insAreaCompany, insOrders);
|
|
|
+
|
|
|
//再进行费用因子判断
|
|
|
try {
|
|
|
+ //先进行承保规则判断
|
|
|
+ feeRuleSchemeNewService.verificationRuleFactor(insAreaCompany, insOrders);
|
|
|
feeRuleSchemeNewService.verificationCostFactor(insAreaCompany, insOrders);
|
|
|
} catch (Exception ignored) {
|
|
|
System.out.printf("费用因子匹配失败:" + ignored.getMessage());
|