From 0fe4f45202452d5038efddffe0a5be4fb3745f8b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 22 九月 2025 13:33:31 +0800
Subject: [PATCH] 1、中空大理片汇总信息改为所有流程卡缺片信息

---
 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