From c607ca294a5a769c7226690952b136c527ef4ef2 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 13 Aug 2025 17:25:34 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20=E9=98=88=E5=80=BC=E5=91=8A?= =?UTF-8?q?=E8=AD=A6-=E4=BC=98=E5=8C=96=E5=91=8A=E8=AD=A6=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/dataease/chart/manage/ChartViewThresholdManage.java | 2 +- de-xpack | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java b/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java index cc96d41495..740e3f87fe 100644 --- a/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java +++ b/core/core-backend/src/main/java/io/dataease/chart/manage/ChartViewThresholdManage.java @@ -193,7 +193,7 @@ public class ChartViewThresholdManage { } String timeText = ""; if (StringUtils.containsIgnoreCase(format, "HH")) { - timeText = " " + time; + timeText = " (" + time + ")"; } return count + " " + unitText + suffixText + timeText; } else { diff --git a/de-xpack b/de-xpack index c816c93141..bfe6e2138f 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit c816c9314160828cbd177a0848564b2184718291 +Subproject commit bfe6e2138ff41a8f45bfc2637b89c2a8000ead71