|
|
@@ -64,7 +64,7 @@ public class AuditVerificationAspect {
|
|
|
try {
|
|
|
//先进行承保规则判断
|
|
|
feeRuleSchemeNewService.verificationRuleFactor(insAreaCompany, insOrders);
|
|
|
- feeRuleSchemeNewService.verificationCostFactor(insAreaCompany, insOrders);
|
|
|
+// feeRuleSchemeNewService.verificationCostFactor(insAreaCompany, insOrders);
|
|
|
} catch (Exception ignored) {
|
|
|
System.out.printf("费用因子匹配失败:" + ignored.getMessage());
|
|
|
}
|