md
This commit is contained in:
parent
ce8457729e
commit
5ab9a3c7b4
@ -119,8 +119,8 @@ public class Oms2cWaybillController extends BaseController
|
||||
|
||||
|
||||
@Log(title = "OMSExcel草稿方式下单", businessType = BusinessType.INSERT)
|
||||
@PostMapping(value = "/draftSubmitOrder")
|
||||
public AjaxResult draftSubmitOrder(@RequestBody EmisWaybill emisWaybillSave){
|
||||
@PostMapping(value = "/draftSubmitOrderByOms")
|
||||
public AjaxResult draftSubmitOrderByOms(@RequestBody EmisWaybill emisWaybillSave){
|
||||
emisWaybillSave.setUserId(getLoginUser().getUser().getId());
|
||||
emisWaybillSave.setCustomerCode(getLoginUser().getUser().getCustomerCode());
|
||||
emisWaybillSave.setDataFrom("");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user