From 0769e75e8a0e489c018ddd2daa94a199bf8d391e Mon Sep 17 00:00:00 2001 From: Mr-wang Date: Mon, 10 Jul 2023 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=BA=BF=E7=A8=8B=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pal/publisher/pubEvent/ProcessEndAfterEvent_new.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/ProcessEndAfterEvent_new.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/ProcessEndAfterEvent_new.java index 6762915f..ce9fb28d 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/ProcessEndAfterEvent_new.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/ProcessEndAfterEvent_new.java @@ -387,10 +387,7 @@ public class ProcessEndAfterEvent_new extends ExecuteListener implements Execute * for (String user : sendList) { try { SendOARead(jsonObject, instanceById, * user, "批量推送"); } catch (Exception e) { // TODO: handle exception } } */ - - - - + new_uid = new_uid.join(",", sendList); if (StringUtils.isNotEmpty(new_uid )) { new_uid = new_uid.substring(0, new_uid.length() - 1); @@ -975,11 +972,11 @@ public class ProcessEndAfterEvent_new extends ExecuteListener implements Execute /* * if ("".equals(userId) || UtilString.isEmpty(userId)) { return; } */ - if (userIds.length() == 0) { + if (resrt.length == 0) { return; } - jsonObject.put("userList", resrt); + jsonObject.put("userList", userIds); String xmlStr = "\n" + " " + " " + " " + " " + "" + " " + " "