md
This commit is contained in:
parent
6825bdf087
commit
c6b02eb595
@ -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 {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user