在LB_DOCLIBRARY加一个flowunid字段
This commit is contained in:
parent
64c2eed092
commit
9c33b0bf70
@ -105,6 +105,7 @@
|
||||
attr.setAttributeValue("InputTime",InputTime);
|
||||
attr.setAttributeValue("Remark",Remark);
|
||||
attr.setAttributeValue("ObjectType", ObjectType);
|
||||
attr.setAttributeValue("FlowUnid", flowunid);
|
||||
|
||||
//得到不带路径的文件名
|
||||
sFileName = StringFunction.getFileName(sFileName);
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user