From 1389c67257ca45bd54ec0ccec92beb05edad02d6 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Fri, 27 Jun 2025 10:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B1=9E=E6=80=A7=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=9C=BA=E6=99=AF=EF=BC=8C=E4=BB=A3=E7=A0=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../awspaas/apps/coe/pal/output/zd/util/PrReportComment.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/util/PrReportComment.java b/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/util/PrReportComment.java index 2f1efc32..6ece9eb2 100644 --- a/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/util/PrReportComment.java +++ b/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/util/PrReportComment.java @@ -103,6 +103,10 @@ public class PrReportComment { //yujh 修改,统一使用版本工具类获取版本号,兼容文件属性中的版本号取消场景 dataMap.put("pl_versions", VersionUtil.getVersionStrV(repositoryModel.getVersion())); + dataMap.put("pl_version", VersionUtil.getVersionStrV(repositoryModel.getVersion())); + dataMap.put("pl_P_versions", VersionUtil.getVersionStrV(repositoryModel.getVersion())); + //dataMap.put("P_versions", VersionUtil.getVersionStrV(repositoryModel.getVersion())); + JSONArray propertyArr = CoeProcessLevelUtil.getProcessLevelPropertyArr(repositoryModel.getId()); for (int i = 0; i < propertyArr.size(); i++) { JSONObject propertyObj = propertyArr.getJSONObject(i);