修改菜单及部门排序规则

This commit is contained in:
RuoYi
2019-06-03 22:17:44 +08:00
parent 36738bca90
commit 9ce273c359
4 changed files with 13 additions and 7 deletions

View File

@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
<!-- 数据范围过滤 -->
${params.dataScope}
order by d.order_num
order by d.parent_id, d.order_num
</select>
<select id="checkDeptExistUser" parameterType="Long" resultType="int">