Commit 3071e296 by 阳浪

菜单排序

parent dc735cf7
......@@ -51,6 +51,7 @@
where tb.enabled = 1 and tb.deleted=0
and arm.role_id in
<foreach collection="roleIds" item="i" separator="," close=")" open="(">#{i}</foreach>
order by tb.sort
</select>
<select id="queryByCondition" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment