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