From 7e6f228f54ec2020ce4576e99ba2ed3b7feac1e6 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 24 Jan 2024 14:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E3=80=91=E6=97=B6=E9=97=B4=E6=9D=A1=E5=BD=A2=E5=9B=BE=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=90=8E=E8=81=9A=E5=90=88=E6=B2=A1=E6=9C=89=E5=BC=80?= =?UTF-8?q?=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/io/dataease/ext/ExtChartViewMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml b/core/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml index d7ab36aeab..79c8627399 100644 --- a/core/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml +++ b/core/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml @@ -309,7 +309,8 @@ `is_plugin`, `senior`, `data_from`, - `view_fields`) + `view_fields`, + `_aggregate`) SELECT #{newChartId}, GET_CHART_VIEW_COPY_NAME(#{oldChartId}, #{panelId}) as `name`, #{panelId}, @@ -338,7 +339,8 @@ `is_plugin`, `senior`, `data_from`, - `view_fields` + `view_fields`, + `_aggregate` FROM chart_view WHERE id = #{oldChartId}