|
|
@@ -360,7 +360,7 @@ public class YongchengOrderApiServiceImpl implements YongchengOrderApiService {
|
|
|
quoteRespVo.getWarnMessageList().addAll(requestInfoList);
|
|
|
}
|
|
|
//添加调用费用匹配功能
|
|
|
-// feeRuleSchemeService.dealFeeOrderInfo(yaQuoteInfoVo, quoteRespVo, quoteVo.getAgreementId(), iac.getId());
|
|
|
+ feeRuleSchemeService.dealFeeOrderInfo(yaQuoteInfoVo, quoteRespVo, quoteVo.getAgreementId(), iac.getId());
|
|
|
return HttpResult.ok("报价成功", quoteRespVo);
|
|
|
|
|
|
}
|