From 57200075b2afa56e819cf735ca93303091f91024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E6=9E=97=E5=B8=86?= Date: Sun, 10 Jul 2022 17:43:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E6=8A=A5=E5=91=8A=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.coe.pal.batch/manifest.xml | 2 +- com.actionsoft.apps.coe.pal.datamigration/manifest.xml | 2 +- com.actionsoft.apps.coe.pal/manifest.xml | 2 +- .../actionsoft/apps/coe/pal/pal/output/OutPutReportWeb.java | 3 ++- com.awspaas.user.apps.coe.pal.output.bd/manifest.xml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/com.actionsoft.apps.coe.pal.batch/manifest.xml b/com.actionsoft.apps.coe.pal.batch/manifest.xml index 4532a446..17963688 100644 --- a/com.actionsoft.apps.coe.pal.batch/manifest.xml +++ b/com.actionsoft.apps.coe.pal.batch/manifest.xml @@ -3,7 +3,7 @@ 流程库批处理工具 1.0 - 13 + 14 北京炎黄盈动科技发展有限责任公司 true diff --git a/com.actionsoft.apps.coe.pal.datamigration/manifest.xml b/com.actionsoft.apps.coe.pal.datamigration/manifest.xml index 4f2e48b7..c2949c85 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/manifest.xml +++ b/com.actionsoft.apps.coe.pal.datamigration/manifest.xml @@ -3,7 +3,7 @@ PAL数据迁移 1.0 - 24 + 24 北京炎黄盈动科技发展有限责任公司 false diff --git a/com.actionsoft.apps.coe.pal/manifest.xml b/com.actionsoft.apps.coe.pal/manifest.xml index 8f467655..e6315aa2 100755 --- a/com.actionsoft.apps.coe.pal/manifest.xml +++ b/com.actionsoft.apps.coe.pal/manifest.xml @@ -3,7 +3,7 @@ CoE PAL流程资产库 6.5 - 70 + 71 北京炎黄盈动科技发展有限责任公司 false diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/output/OutPutReportWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/output/OutPutReportWeb.java index 9badeda0..e8298fd9 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/output/OutPutReportWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/output/OutPutReportWeb.java @@ -427,7 +427,8 @@ public class OutPutReportWeb extends ActionWeb { */ public String PALFileJsonDataRootTreeData(String methodType, String wsid, String versionType, String teamId) { JSONArray jsonArr = null; - if (teamId == null || "".equals(teamId)) { + //if (teamId == null || "".equals(teamId)) { + if (teamId == null) { jsonArr = PALRepositoryQueryAPIManager.getInstance().getPalRepositoryTreeData(_uc, wsid, methodType, versionType); } else { jsonArr = PALRepositoryQueryAPIManager.getInstance().getPermPalRepositoryTreeDataByMethods(_uc, wsid, teamId, versionType, methodType); diff --git a/com.awspaas.user.apps.coe.pal.output.bd/manifest.xml b/com.awspaas.user.apps.coe.pal.output.bd/manifest.xml index c051907f..316f188f 100644 --- a/com.awspaas.user.apps.coe.pal.output.bd/manifest.xml +++ b/com.awspaas.user.apps.coe.pal.output.bd/manifest.xml @@ -3,7 +3,7 @@ 表单手册 1.0 - 3 + 4 AWSPaaS-EndUser false