md
This commit is contained in:
parent
e5db8a0df2
commit
57772fe160
@ -117,7 +117,7 @@ public class Oms2cWaybillController extends BaseController
|
|||||||
@PostMapping(value = "/realSubmitOrder")
|
@PostMapping(value = "/realSubmitOrder")
|
||||||
public AjaxResult realSubmitOrder(@Valid @RequestBody WaybillOrder waybillOrder,Integer isModify)
|
public AjaxResult realSubmitOrder(@Valid @RequestBody WaybillOrder waybillOrder,Integer isModify)
|
||||||
{
|
{
|
||||||
return this.iApiwebSvc.realMatchWaybill(waybillOrder,isModify);
|
return this.iApiwebSvc.realSubmitOrderByOms(waybillOrder,isModify);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user