This commit is contained in:
linfso 2024-08-31 07:17:34 +08:00
parent 986a12fb97
commit 37b5a34c70

View File

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