@@ -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>