From c823892f961b266199731ddd365d2dd4af4bf382 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 03 十二月 2024 08:50:27 +0800
Subject: [PATCH] 1、中空线初步版本,待优化 2、fixbug 钢化后摆片顺序错乱

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
index 668f35f..34c1fe9 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
@@ -26,15 +26,8 @@
 
     @ApiOperation("寮哄埗鍑虹墖")
     @PostMapping("/forceOutGlass")
-    public Result<String> forceOutGlass(String flowCardId, int cell) {
-        hollowGlassQueueInfoService.forceOutGlass(flowCardId, cell);
-        return Result.success("success");
-    }
-
-    @ApiOperation("鍒囨崲绾胯矾寮哄埗鍑虹墖")
-    @PostMapping("/changeForceOutGlass")
-    public Result<String> changeForceOutGlass(String flowCardId, int cell) {
-        hollowGlassQueueInfoService.changeForceOutGlass(flowCardId, cell);
+    public Result<String> forceOutGlass(String flowCardId, int cell, int totalPairQuantity) {
+        hollowGlassQueueInfoService.forceOutGlass(flowCardId, cell, totalPairQuantity);
         return Result.success("success");
     }
 

--
Gitblit v1.8.0