Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
15所TongWeb
aserver
Commits
558f4bb7
Commit
558f4bb7
authored
Sep 01, 2020
by
李德才
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
区分显示菜单和跳转菜单
parent
4062b413
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
MenuController.java
...n/java/com/archser/aserver/controller/MenuController.java
+0
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+12
-0
oracle.sql
src/main/resources/oracle.sql
+1
-1
No files found.
src/main/java/com/archser/aserver/controller/MenuController.java
View file @
558f4bb7
This diff is collapsed.
Click to expand it.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
558f4bb7
...
...
@@ -1929,4 +1929,15 @@
</sql>
</version>
<version
edition=
"76"
description=
"添加task表字段"
>
<sql
creator=
"lidecai"
createDate=
"20200901"
note=
"设置菜单排序默认值"
>
alter table AS_MENU modify GROUP_ORDER default 0;
</sql>
</version>
</update>
\ No newline at end of file
src/main/resources/oracle.sql
View file @
558f4bb7
...
...
@@ -295,7 +295,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
GROUP_ORDER
;
)
order
by
GROUP_ORDER
DESC
;
#
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment