From 77f5af7a1cd1a57804a6391f5e2c73e8ae10a531 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 03 三月 2025 23:32:37 +0800
Subject: [PATCH] 1、优化出片队列,避免930lisec出片玻璃顺序倒叙情况下,出片玻璃尺寸较大一车只能存放小于一对的数量造成玻璃顺序错乱问题

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
index e698833..4b69491 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -4,7 +4,6 @@
 import com.mes.engineering.entity.Engineering;
 import com.mes.glassinfo.entity.GlassInfo;
 import com.mes.glassinfo.entity.dto.HollowGlassInfoDTO;
-import com.mes.uppattenusage.entity.UpPattenUsage;
 
 import java.util.List;
 import java.util.Map;
@@ -22,7 +21,7 @@
        * 鏌ヨ灏忕墖琛�
        * @return List<GlassInfo>
        */
-      List<GlassInfo> selectGlassInfo(String engineeringId);
+      List<GlassInfo> selectGlassInfo(Engineering engineeringId);
       /**
        * 淇濆瓨灏忕墖琛�
        */

--
Gitblit v1.8.0