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
bf43d4c0
Commit
bf43d4c0
authored
Dec 30, 2020
by
陈勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据最新的要求修改隐藏菜单名称
parent
3f8b7e8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+21
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
bf43d4c0
...
...
@@ -2745,4 +2745,24 @@
update AS_MENU set icon='fa fa-file-archive-o' where name='fileArchive';
</sql>
</version>
<version
edition=
"125"
description=
"根据最新的要求修改隐藏菜单名称"
>
<sql
creator=
"chenyong"
createDate=
"20201230"
note=
"根据最新的要求修改隐藏菜单名称"
>
update as_menu set FIRST_LEVEL_NAME='后台管理',SECOND_LEVEL_NAME='检索引擎' where name='index_page' and hidden='1';
update as_menu set SECOND_LEVEL_NAME='库房管理' where name='access' and hidden='1';
update as_menu set SECOND_LEVEL_NAME='库房管理' where name='daily' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='鉴定统计' where name='automaticDisposal' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='鉴定统计' where name='manualDisposal' and hidden='1';
update as_menu set SECOND_LEVEL_NAME='应用配置' where name='configure' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='InsertExpression' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='editCustomize' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='printReportUtil' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='customize' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='print' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='solution' and hidden='1';
update as_menu set SECOND_LEVEL_NAME='档案利用' where name='applicationCenter' and hidden='1';
update as_menu set SECOND_LEVEL_NAME='流程配置' where name='systemReleSetting' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='鉴定统计',SECOND_LEVEL_NAME='档案移交' where name='handoverForm' and hidden='1';
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='processScheView' and hidden='1';
</sql>
</version>
</update>
\ No newline at end of file
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