Commit 9ceec3eb authored by 刘祥's avatar 刘祥

增加卷内目录更新语句

parent 14534c06
......@@ -3107,4 +3107,12 @@ commit;
</sql>
</version>
<version edition="154" description="卷内目录">
<sql creator="huwenbin" createDate="20210409" 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,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
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