md
This commit is contained in:
parent
6e24f431b0
commit
421757b3c7
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user