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
b1eb3117
Commit
b1eb3117
authored
Dec 24, 2020
by
陈勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据最新的要求删除修改一些菜单
parent
b6f85362
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+16
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
b1eb3117
...
@@ -2573,4 +2573,19 @@
...
@@ -2573,4 +2573,19 @@
update AS_MENU set title='挂接统计' where title='电子文件挂接统计' and name='fileMountStatistics';
update AS_MENU set title='挂接统计' where title='电子文件挂接统计' and name='fileMountStatistics';
</sql>
</sql>
</version>
</version>
<version
edition=
"117"
description=
"根据最新的要求删除一些菜单"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求删除一些菜单"
>
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';
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='indexes');
</sql>
</version>
<version
edition=
"118"
description=
"根据最新的要求修改菜单名称"
>
<sql
creator=
"chenyong"
createDate=
"20201224"
note=
"根据最新的要求修改菜单名称"
>
update AS_MENU set title='索引管理',description='管理索引库' where title='添加数据' and name='createIndex';
</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