Commit 8d221b77 authored by 李德才's avatar 李德才

排序

parent 99827d54
......@@ -96,7 +96,7 @@ select * from AS_MENU where ID in (
select MENU_ID from AS_ROLE_MENU where ROLE_ID in (
select r.ID from AS_ROLE r, AS_ROLE_USER ru where r.ID=ru.ROLE_ID and ru.USER_ID=#para(userId)
)
) order by ID
) order by GROUP_ORDER DESC;
#end
### 查询用户是否有指定菜单权限
......
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