From 38358fb2cb0be8acc810c0e88a6ba2f11c35a360 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 30 Dec 2022 10:52:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9C=B0=E5=9B=BE):=20=E8=B7=9F=E9=9A=8F?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=A4=8D=E5=88=B6=E5=90=8E=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E7=BB=8F=E7=BA=AC=E5=BA=A6=E4=BB=A5=E5=8F=8A=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E5=AD=97=E6=AE=B5?= 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/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml b/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml index 45809e80bf..a532fb0fd0 100644 --- a/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml +++ b/backend/src/main/java/io/dataease/ext/ExtChartViewMapper.xml @@ -389,7 +389,8 @@ drill_fields, SNAPSHOT, senior, - data_from) + data_from, + view_fields) SELECT pv_copy.chart_view_id AS id, `name`, title, @@ -417,7 +418,8 @@ drill_fields, SNAPSHOT, senior, - data_from + data_from, + view_fields FROM (SELECT panel_id, copy_from_view, chart_view_id