From 234ddd7037d7f4704364269e5d1ea2e40b3b6ab7 Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期日, 27 四月 2025 15:38:47 +0800 Subject: [PATCH] 钣金大表统计:增加 当前工序状态、下一工序 --- aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java b/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java index 8935b4d..fb6537d 100644 --- a/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java +++ b/aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsGasPipingRouteStatController.java @@ -121,8 +121,8 @@ } @Operation(summary = "瀵煎嚭姘斾綋绠¤矾浜ц兘璐熻浇缁熻Excel琛�", description = "瀵煎嚭") - @GetMapping("/exportExcel") - public void exportExcel(@RequestBody ApsGasPipingRouteStat apsGasPipingRouteStat, HttpServletResponse response) + @PostMapping("/exportExcel") + public void exportExcel(ApsGasPipingRouteStat apsGasPipingRouteStat, HttpServletResponse response) { apsGasPipingRouteStatService.exportExcel(response, apsGasPipingRouteStat); } -- Gitblit v1.9.3