From b1ee044a6f0b6561fba149255432e0214c1884c3 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期二, 05 九月 2023 15:48:43 +0800
Subject: [PATCH] MOM系统-9-05 三个不合格完成
---
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