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
7983983a
Commit
7983983a
authored
Dec 24, 2020
by
陈勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据最新的要求删除修改一些菜单
parent
b1eb3117
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+9
-4
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
7983983a
...
@@ -2575,17 +2575,21 @@
...
@@ -2575,17 +2575,21 @@
</version>
</version>
<version
edition=
"117"
description=
"根据最新的要求删除一些菜单"
>
<version
edition=
"117"
description=
"根据最新的要求删除一些菜单"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求删除一些菜单"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求删除一些菜单"
>
delete from as_menu where title='归档统计' and name='statistics';
delete from as_role_menu where menu_id =(select id from as_menu where title='归档年度统计' and name='yearStatistics');
delete from as_menu where title='归档年度统计 ' and name='yearStatistics';
delete from as_menu where title='索引管理' and name='indexes';
delete from as_role_menu where menu_id =(select id from as_menu where title='归档年度统计 ' and name='yearStatistics');
delete from as_role_menu where menu_id =(select id from as_menu where title='归档统计' and name='statistics' );
delete from as_role_menu where menu_id =(select id from as_menu where title='归档统计' and name='statistics' );
delete from as_role_menu where menu_id =(select id from as_menu where title='索引管理' and name='indexes');
delete from as_role_menu where menu_id =(select id from as_menu where title='索引管理' and name='indexes');
delete from as_role_menu where menu_id =(select id from as_menu where title='索引消息' and name='indexmsg');
delete from as_menu where title='索引消息' and name='indexmsg';
delete from as_menu where title='归档统计' and name='statistics';
delete from as_menu where title='归档年度统计' and name='yearStatistics';
delete from as_menu where title='索引管理' and name='indexes';
</sql>
</sql>
</version>
</version>
<version
edition=
"118"
description=
"根据最新的要求修改菜单名称"
>
<version
edition=
"118"
description=
"根据最新的要求修改菜单名称"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求修改菜单名称"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求修改菜单名称"
>
update AS_MENU set title='索引管理',description='管理索引库' where title='添加数据' and name='createIndex';
update AS_MENU set title='索引管理',description='管理索引库' where title='添加数据' and name='createIndex';
update as_menu set title='日志管理' where title='日志' and name='log';
update as_menu set SECOND_LEVEL_NAME='电子文件管理' where SECOND_LEVEL_NAME='文件管理';
</sql>
</sql>
</version>
</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