From f91d0dab74c98fd35ee8b1bd4d000dc308a42c80 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Fri, 22 Aug 2025 23:13:41 +0800 Subject: [PATCH] =?UTF-8?q?EHSQ=E6=96=B9=E6=A1=88=E5=9B=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/publisher/pubEvent/DownloadUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/DownloadUtil.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/DownloadUtil.java index ad5b1711..e3f62ad8 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/DownloadUtil.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/pubEvent/DownloadUtil.java @@ -57,7 +57,7 @@ public class DownloadUtil { if(plmodel!=null) { String sourceAppId = "com.actionsoft.apps.coe.pal.output.pr"; String methodId = plmodel.getMethodId(); - if(methodId.contains("control")) { + if(methodId.contains("control") || methodId.contains("process.scheme")) { sourceAppId = "com.awspaas.user.apps.coe.pal.output.zd"; }else if(methodId.contains("data")) { sourceAppId = "com.awspaas.user.apps.coe.pal.output.bd";