Commit e2b81620 authored by 郭晓俊's avatar 郭晓俊

添加移交附表详情

parent 6a15012d
......@@ -3035,4 +3035,11 @@
create sequence SEQ_USER_HOME start with 1 increment by 1 maxvalue 99999999999
</sql>
</version>
<version edition="144" description="添加移交附表详情">
<sql creator="guoxiaojun" createDate="20210316" note="添加移交附表详情">
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'handoverScheView','移交附表详情',NULL,NULL,'#/handoverProcess/handoverScheView',NULL,429,1,'鉴定统计','档案移交',0);
commit;
</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