在LB_DOCLIBRARY加一个flowunid字段

This commit is contained in:
jianghongdong 2018-08-04 18:49:16 +08:00
parent 64c2eed092
commit 9c33b0bf70
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@
attr.setAttributeValue("InputTime",InputTime);
attr.setAttributeValue("Remark",Remark);
attr.setAttributeValue("ObjectType", ObjectType);
attr.setAttributeValue("FlowUnid", flowunid);
//得到不带路径的文件名
sFileName = StringFunction.getFileName(sFileName);

View File

@ -112,6 +112,7 @@
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="DELETEED" label="是否已删除" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="40"/>
</attributes>
<manager>
<managerProperties>