diff --git a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar index cc26502e..ed5c1963 100644 Binary files a/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar and b/com.actionsoft.apps.coe.pal.publisher/lib/com.actionsoft.apps.coe.pal.publisher.jar differ diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java index 0e296760..21cbf770 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/client/web/ProcessPublishWeb.java @@ -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()) {