权限按排序字段排序

This commit is contained in:
shuzheng 2017-03-18 19:24:46 +08:00
parent 60823a014f
commit 8fb12e5a48
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
)
union
select permission_id from upms_user_permission uup where uup.user_id=#{upmsUserId,jdbcType=INTEGER}
)
) order by up.orders asc
</select>
<!-- 根据用户id获取所属的角色 -->