From 75b98831417be414bc43e1832479d05d20cf6ac3 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 13 三月 2025 16:44:06 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
index f28fd93..eb24e9e 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
@@ -23,10 +23,11 @@
@Resource
HollowGlassQueueInfoService hollowGlassQueueInfoService;
- @ApiOperation("鎸夌収绾胯矾鏌ヨ姝e湪鍑虹墖鐨勭幓鐠冮槦鍒�")
- @PostMapping("/queryHollowGlassQueueInfo")
- public Result<List<HollowGlassQueueInfo>> queryHollowGlassQueueInfo(int cell) {
- return Result.success(hollowGlassQueueInfoService.queryHollowGlassQueueInfo(cell));
+
+ @ApiOperation("鎸夌収浠诲姟id鑾峰彇瀵瑰簲鐨勪换鍔¢槦鍒楁暟鎹�")
+ @PostMapping("/queryHollowGlassQueueInfoByTask")
+ public Result<List<HollowGlassQueueInfo>> queryHollowGlassQueueInfoByTask(int taskId) {
+ return Result.success(hollowGlassQueueInfoService.queryHollowGlassQueueInfoByTask(taskId));
}
}
--
Gitblit v1.8.0