From 6de16e6618bf3ffe821d4ee695d0938f78affb69 Mon Sep 17 00:00:00 2001 From: yujh Date: Mon, 10 Feb 2025 15:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=A1=88=E5=9B=BE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../coe/pal/pal/repository/PALRepositoryQueryAPIManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java index 19770c1a..8ab48c67 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/PALRepositoryQueryAPIManager.java @@ -4831,7 +4831,7 @@ public class PALRepositoryQueryAPIManager { 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";