fix:在编辑仪表板时,复制堆叠柱状图时出错

This commit is contained in:
wangjiahao 2021-07-23 16:09:10 +08:00
parent 3ee950ea91
commit c7fb9ee52b

View File

@ -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