wu
2025-10-28 62aac62534d688a1b0753d10fca06dbebfadc23a
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml
@@ -20,6 +20,7 @@
        WHERE T.MAX_THICKNESS >= #{thickness}
          and t.MIN_THICKNESS <= #{thickness}
          AND T.ENABLE_STATE = 1
        and t.device_id not in (5,6)
        GROUP BY T.DEVICE_ID
        HAVING count(t.slot) - COUNT(DISTINCT T1.slot) > 0
        ORDER BY COUNT(DISTINCT T1.ENGINEER_ID), count(t.slot) - COUNT(DISTINCT T1.slot) desc