@@ -112,6 +112,7 @@ public class FeeRuleSchemeServiceNewImpl implements FeeRuleSchemeNewService {
String costsId = verificationCosts(agreementProductCosts, insAreaCompany, insOrders);
if(costsId != null) {
calcCosts(costsId, insAreaCompany);
+ System.out.printf("费用因子校验通过,子订单id:" + insAreaCompany.getId() + ",费用id:" + costsId + "\n");
}