Commit b1eb3117 authored by 陈勇's avatar 陈勇

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

parent b6f85362
...@@ -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
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