Преглед изворни кода

2022-1-12 首页大屏楼层数据排序。

chaiyunlong пре 3 година
родитељ
комит
8ab84bba15

+ 1 - 1
zd-modules/zd-modules-laboratory/src/main/resources/mapper/laboratory/LabBuildFloorMapper.xml

@@ -113,7 +113,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="parentId != null "> and t.parent_id = #{parentId}</if>
             <if test="type != null "> and t.`type` = #{type}</if>
         </where>
-        GROUP BY t.id
+        GROUP BY t.id ORDER BY t.`sort_no` ASC
     </select>