wangfei
2024-11-18 5b9bb0019df41866593c0cc18f45369fa8af6ec8
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/mapper/EdgStorageCageDetailsMapper.xml
@@ -44,10 +44,10 @@
        inner join size_max_temp t2 on t.width = t2.width and t.height = t2.height
        <where>
            <if test="width != 0">
                t.width = #{width}
                and t.width = #{width}
            </if>
            <if test="height != 0">
                t.height = #{height}
                and t.height = #{height}
            </if>
        </where>
        order by total_count desc, glass_count, abs(t.slot - 10)