Commit 286d075b authored by 李德才's avatar 李德才

添加案卷卷内统计字段

parent 50df02fd
...@@ -2771,4 +2771,14 @@ ...@@ -2771,4 +2771,14 @@
values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','#/scheDetail/processScheView',1,1,'分类编目','分类编目',9) values(SEQ_MENU.nextval,'scheDetail','归档附表详情','归档附表详情','#/scheDetail/processScheView',1,1,'分类编目','分类编目',9)
</sql> </sql>
</version> </version>
<version edition="127" description="添加案卷卷内统计字段">
<sql creator="lidecai" createDate="2020/12/30" note="添加案卷卷内统计字段">
alter table AS_COLLECTION_STATISTICAL add "AJ_COUNT" INTEGER;
alter table AS_COLLECTION_STATISTICAL add "JN_COUNT" INTEGER;
</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