Pārlūkot izejas kodu

放开中煤调用费用匹配功能

cuixinpeng 2 gadi atpakaļ
vecāks
revīzija
4c2b4eff34

+ 1 - 1
src/main/java/com/ydtech/modules/order/service/impl/ZhongMeiOrderApiServiceImpl.java

@@ -176,7 +176,7 @@ public class ZhongMeiOrderApiServiceImpl implements ZhongMeiOrderApiService {
             }
         }
         //这里调用费用匹配功能
-        //feeRuleSchemeService.dealFeeOrderInfo(quoteInfo,quoteRespVo,ptlAgreementAttribution.getId(),quotedPriceResponse.getBusinessNo());
+        feeRuleSchemeService.dealFeeOrderInfo(quoteInfo,quoteRespVo,ptlAgreementAttribution.getId(),quotedPriceResponse.getBusinessNo());
         return responseOrder(quotedPriceResponse, quoteRespVo, ptlAgreementAttribution);
     }