Commit 7983983a authored by 陈勇's avatar 陈勇

根据最新的要求删除修改一些菜单

parent b1eb3117
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment