From 3b1ec379f075b64982198b885bf15afac34b0b8f Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 15 八月 2024 09:38:32 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml index 11899a5..e8cc8c2 100644 --- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml +++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageMapper.xml @@ -11,7 +11,7 @@ WHERE T.MAX_THICKNESS >= #{thickness} AND T.ENABLE_STATE = 1 GROUP BY T.DEVICE_ID - ORDER BY COUNT(DISTINCT T1.ENGINEER_ID) COUNT(DISTINCT T1.TEMPERING_LAYOUT_ID), + ORDER BY COUNT(DISTINCT T1.ENGINEER_ID), COUNT(DISTINCT T1.TEMPERING_LAYOUT_ID), COUNT(DISTINCT T1.SLOT) </select> -- Gitblit v1.8.0