This commit is contained in:
linfso 2024-07-14 16:14:34 +08:00
parent e5db8a0df2
commit 57772fe160

View File

@ -117,7 +117,7 @@ public class Oms2cWaybillController extends BaseController
@PostMapping(value = "/realSubmitOrder")
public AjaxResult realSubmitOrder(@Valid @RequestBody WaybillOrder waybillOrder,Integer isModify)
{
return this.iApiwebSvc.realMatchWaybill(waybillOrder,isModify);
return this.iApiwebSvc.realSubmitOrderByOms(waybillOrder,isModify);
}