From cf33278c73767f72e35a4898c23765f52a3bfd1d Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 03 十二月 2024 09:06:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/ywMes'
---
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