This commit is contained in:
linfso 2024-06-12 08:31:14 +08:00
parent 6825bdf087
commit c6b02eb595

View File

@ -129,10 +129,9 @@ public class Oms2cWaybillController extends BaseController
}
}
// @PreAuthorize("@ss.hasPermi('emis:emisWaybill:add')")
@Log(title = "运单实时下单", businessType = BusinessType.INSERT)
@PostMapping(value = "/realSubmitOrder")
public AjaxResult realSubmitOrder(@Valid @RequestBody WaybillOrder waybillOrder,Integer isModify)
@Log(title = "客户运单实时下单", businessType = BusinessType.INSERT)
@PostMapping(value = "/realSubmitOrderByOms")
public AjaxResult realSubmitOrderByOms(@Valid @RequestBody WaybillOrder waybillOrder,Integer isModify)
{
try {