Commit 50df02fd authored by 郭晓俊's avatar 郭晓俊

添加归档详情附表菜单

parent bf43d4c0
......@@ -2765,4 +2765,10 @@
update as_menu set FIRST_LEVEL_NAME='业务配置',SECOND_LEVEL_NAME='应用配置' where name='processScheView' and hidden='1';
</sql>
</version>
<version edition="126" description="添加归档详情附表菜单">
<sql creator="guoxiaojun" createDate="2020/12/30" note="添加归档详情附表菜单">
insert into AS_MENU(ID,NAME,TITLE,DESCRIPTION,PATH,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','#/scheDetail/processScheView',1,1,'分类编目','分类编目',9)
</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