xuezizhuo 1 жил өмнө
parent
commit
da269975c0

+ 1 - 0
zkqy-system/src/main/resources/mapper/dragmapper/DragTableBtnMapper.xml

@@ -161,6 +161,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <foreach collection="list" item="id" open="(" close=")" separator="or">
             FIND_IN_SET(#{id},ancestors_id)
         </foreach>
+        order by btn_sort asc
     </select>
 
     <select id="hasChildByBtnId" resultType="Integer">