From 17ef8291669816aaad61d0a8a2d411d49ef940cb Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 23 Jul 2021 16:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=A8=E7=BC=96=E8=BE=91=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E6=97=B6=EF=BC=8C=E5=A4=8D=E5=88=B6=E5=A0=86?= =?UTF-8?q?=E5=8F=A0=E6=9F=B1=E7=8A=B6=E5=9B=BE=E6=97=B6=E5=87=BA=E9=94=99?= 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, 4 insertions(+), 2 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 a7ccd9855c..f8de1cbaa0 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,7 +45,8 @@ `create_time`, `update_time`, `snapshot`, - `style_priority` + `style_priority`, + `ext_stack` ) SELECT #{newChartId}, GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ), @@ -62,7 +63,8 @@ `create_time`, `update_time`, `snapshot`, - `style_priority` + `style_priority`, + `ext_stack` FROM chart_view WHERE