Commit b6f85362 authored by 陈勇's avatar 陈勇

根据最新的要求修改一二三级菜单名称

parent 40bcb1b0
......@@ -2548,4 +2548,29 @@
9999999999 MINVALUE 1 CACHE 20;
</sql>
</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>
\ 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