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
b6f85362
Commit
b6f85362
authored
Dec 24, 2020
by
陈勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据最新的要求修改一二三级菜单名称
parent
40bcb1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+26
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
b6f85362
...
@@ -2548,4 +2548,29 @@
...
@@ -2548,4 +2548,29 @@
9999999999 MINVALUE 1 CACHE 20;
9999999999 MINVALUE 1 CACHE 20;
</sql>
</sql>
</version>
</version>
<version
edition=
"116"
description=
"根据最新的要求修改一二三级菜单名称"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求修改一二三级菜单名称"
>
update as_menu set SECOND_LEVEL_NAME='文件接收' where title='文件接收' and name='receive';
update as_menu set SECOND_LEVEL_NAME='ETL' where SECOND_LEVEL_NAME='数据ETL平台';
update as_menu set SECOND_LEVEL_NAME='分类编目' where title='编目著录' and name='description';
update as_menu set SECOND_LEVEL_NAME='分类编目' where title='归档存储' and name='fileArchive';
update AS_MENU set title='档案检索' where title='模糊检索' and name='fuzzy';
update as_menu set SECOND_LEVEL_NAME='库房管理' where title='实体库房管理' and name='entity';
update as_menu set SECOND_LEVEL_NAME='库房管理' where title='虚拟库房' and name='virtual';
update as_menu set FIRST_LEVEL_NAME='业务配置' where FIRST_LEVEL_NAME='电子档案管理配置';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='模板定义' and name='model';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='保管期限表管理' and name='safekeeping';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='全宗管理' and name='fonds';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='元数据管理' and name='metadata';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='报表维护' and name='rserver';
update as_menu set SECOND_LEVEL_NAME='应用配置' where title='四性检测' and name='detection';
update as_menu set FIRST_LEVEL_NAME='后台管理' where FIRST_LEVEL_NAME='系统管理' ;
update as_menu set SECOND_LEVEL_NAME='检索引擎' where SECOND_LEVEL_NAME='检索管理';
update AS_MENU set title='服务管理' where title='应用管理' and name='apps';
update as_menu set SECOND_LEVEL_NAME='系统管理', FIRST_LEVEL_NAME='后台管理' where title='介质预警' and name='medium';
update AS_MENU set title='文件存储管理' where title='文件内容存储' and name='folder';
update AS_MENU set title='水印设置' where title='文件内容设置' and name='setting';
update AS_MENU set title='挂接统计' where title='电子文件挂接统计' and name='fileMountStatistics';
</sql>
</version>
</update>
</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