This commit is contained in:
linfso 2024-08-01 05:46:02 +08:00
parent 6e24f431b0
commit 421757b3c7

View File

@ -149,7 +149,7 @@ public class Oms2cWaybillController extends BaseController
@PostMapping(value = "/calcProductFee") @PostMapping(value = "/calcProductFee")
public AjaxResult calcProductFee(@RequestBody WaybillOrder waybillOrder) public AjaxResult calcProductFee(@RequestBody WaybillOrder waybillOrder)
{ {
return this.iRpcWaybillSvc.preCalcWaybillFeeByOms(waybillOrder); return this.iRpcWaybillSvc.calcProductFee(waybillOrder);
} }