This commit is contained in:
linfso 2024-12-20 11:58:52 +08:00
parent ce8457729e
commit 5ab9a3c7b4

View File

@ -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("");