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