解决发布编号丢失/发布代码打包
This commit is contained in:
parent
855e29d9eb
commit
0dc12b19d9
Binary file not shown.
@ -3127,11 +3127,14 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
newBo.set("PUBLISHDESC", object.getString("publishDesc"));
|
||||
newBo.set("PROCESSDEFID", processInstId);
|
||||
newBo.set("TASKID", object.getString("taskId"));
|
||||
newBo.set("PUBLISH_NUMBER",object.getString("processNumber"));
|
||||
list.add(newBo);
|
||||
}
|
||||
SDK.getBOAPI().create(newBoName, list, bindId, _uc.getUID());
|
||||
}
|
||||
|
||||
|
||||
|
||||
String changeBoName = "BO_ACT_COE_PUBLISH_C";
|
||||
SDK.getBOAPI().removeByBindId(changeBoName, bindId);// 清空
|
||||
if (!changeArray.isEmpty()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user