md
This commit is contained in:
parent
9cd8c73ed0
commit
48457ffaf0
@ -128,8 +128,8 @@ public class Oms2cWaybillController extends BaseController
|
|||||||
*/
|
*/
|
||||||
@Log(title = "导出进仓单", businessType = BusinessType.EXPORT)
|
@Log(title = "导出进仓单", businessType = BusinessType.EXPORT)
|
||||||
@PostMapping("/exportWarehouseInTpl")
|
@PostMapping("/exportWarehouseInTpl")
|
||||||
public AjaxResult exportWarehouseInTpl(WaybillOrder waybillOrder) {
|
public void exportWarehouseInTpl(WaybillOrder waybillOrder) {
|
||||||
return this.iRpcWaybillSvc.exportWarehouseInTpl(waybillOrder);
|
this.iRpcWaybillSvc.exportWarehouseInTpl(waybillOrder);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -429,16 +429,6 @@ public class Oms2cWaybillController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@PostMapping("/downWarehouseInTpl")
|
|
||||||
public void verifyBindMonthPayCode(WaybillOrder order)
|
|
||||||
{
|
|
||||||
// exportWarehouseInTpl
|
|
||||||
// WaybillOrder order = new WaybillOrder();
|
|
||||||
// order.setOrderSn(orderSn);
|
|
||||||
|
|
||||||
iRpcWaybillSvc.exportWarehouseInTpl(order);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user