修改菜单及部门排序规则

pull/97/MERGE
RuoYi 2019-06-03 23:09:53 +08:00
parent 9ce273c359
commit 77d41b279d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectMenuAll" resultMap="SysMenuResult">
<include refid="selectMenuVo"/>
order by m.parent_id, m.order_num
order by parent_id, order_num
</select>
<select id="selectPermsByUserId" parameterType="Long" resultType="String">