From d41ce9c4703807bf2607a74b8305c1d78aed4ec1 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 22 九月 2025 13:52:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
index 5760c51..9dece11 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
@@ -10,6 +10,7 @@
import java.io.IOException;
import java.util.List;
+import java.util.Map;
/**
* (HollowGlassOutRelationInfo)琛ㄦ湇鍔℃帴鍙�
@@ -29,11 +30,11 @@
List<String> hollowTaskList(int cell);
- List<HollowGlassQueueInfo> appointHollowTaskDetails(String flowCardId, int cell);
+ Map<String, List<HollowGlassQueueInfo>> appointHollowTaskDetails( int cell);
- Boolean startTask(String flowCardId, int cell);
+ Boolean startTask(int cell);
- Boolean pauseTask(String flowCardId, int cell);
+ Boolean pauseTask(int cell);
Boolean finishTask(String flowCardId, int cell);
--
Gitblit v1.8.0