From 75b2904fbaf4fab6a9fb3baf065d2c927cc7a7a2 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 27 九月 2023 18:16:34 +0800
Subject: [PATCH] 基础数据-物料清单维护-导出

---
 production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java b/production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java
index 9f55189..65e230a 100644
--- a/production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java
+++ b/production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java
@@ -42,8 +42,7 @@
     @ApiOperation(value = "鐐瑰嚮鏂板-->鏌ヨ鎵�鏈夋帓浜ц鍒�")
     @PostMapping("add_show_scheduling")
     public Result<?> reportSelectScheduling() {
-        manufactureSchedulingService.reportSelectScheduling();
-        return Result.success();
+        return Result.success(manufactureSchedulingService.reportSelectScheduling());
     }
 
     @ApiOperation(value = "鎶ュ伐澧炲姞")

--
Gitblit v1.9.3