From d66fdfb679a90b65f2281669d003faf4fa61d91d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 27 Jul 2021 17:20:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=9B=9E=E9=80=80=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=EF=BC=8C=E5=8E=BB=E6=8E=89=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml b/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml index f8de1cbaa0..a7ccd9855c 100644 --- a/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml +++ b/backend/src/main/java/io/dataease/base/mapper/ext/ExtChartViewMapper.xml @@ -45,8 +45,7 @@ `create_time`, `update_time`, `snapshot`, - `style_priority`, - `ext_stack` + `style_priority` ) SELECT #{newChartId}, GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ), @@ -63,8 +62,7 @@ `create_time`, `update_time`, `snapshot`, - `style_priority`, - `ext_stack` + `style_priority` FROM chart_view WHERE