|
@@ -54,7 +54,7 @@ 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);
|