md
This commit is contained in:
parent
8a2b091313
commit
d3bad9b7c8
@ -149,7 +149,7 @@ public class Oms2cWaybillController extends BaseController
|
||||
@PostMapping(value = "/calcProductFee")
|
||||
public AjaxResult calcProductFee(@RequestBody WaybillOrder waybillOrder)
|
||||
{
|
||||
return this.iRpcWaybillSvc.calcProductFee(waybillOrder);
|
||||
return this.iRpcWaybillSvc.calcProductFeeByOms(waybillOrder);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ public interface IRpcWaybillSvc {
|
||||
* @return
|
||||
*/
|
||||
@PostMapping(value = "/apiweb/emisWaybill/calcProductFeeByOms")
|
||||
public AjaxResult calcProductFee(@RequestBody WaybillOrder waybillOrder);
|
||||
public AjaxResult calcProductFeeByOms(@RequestBody WaybillOrder waybillOrder);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user