From 5646d49cce106650058689d11a933877af48b826 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 21 十月 2025 11:37:11 +0800
Subject: [PATCH] 中空理片笼字段更改
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassQueueInfoMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassQueueInfoMapper.xml b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassQueueInfoMapper.xml
index 71bb293..221f097 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassQueueInfoMapper.xml
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassQueueInfoMapper.xml
@@ -9,7 +9,7 @@
LEAST(width, height) AS height,
relation_id,
ROW_NUMBER() OVER ( PARTITION BY cell ORDER BY hollow_sequence ) AS rn
- FROM `hollow_glass_queue_info`
+ FROM hollow_glass_queue_info
WHERE state = - 1
),
glass_id_temp AS (SELECT * FROM queue_temp WHERE rn = 1),
@@ -19,6 +19,5 @@
WHERE t1.state = 1)
SELECT glass_id
FROM task_temp
- WHERE height > 2500
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0