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