This commit is contained in:
linfso 2024-08-31 07:30:08 +08:00
parent 4c69ea078a
commit 411558d424

View File

@ -108,7 +108,7 @@ public class Oms2cWarehouseInController extends BaseController
* @return
*/
@Log(title = "导出进仓单文件", businessType = BusinessType.EXPORT)
@GetMapping("/exportWarehouseInTpl")
@PostMapping("/exportWarehouseInTpl")
public void exportWarehouseInTpl(HttpServletResponse servletResponse, @RequestBody WaybillOrder waybillOrder) throws IOException {
Response response = this.iRpcWarehouseInSvc.exportWarehouseInTpl(waybillOrder);