Merge pull request #319 from dataease/pr@dev@fix_panel-edit-view-copy-v1.1

fix:在编辑仪表板时,复制堆叠柱状图时出错
This commit is contained in:
王嘉豪 2021-07-23 16:11:53 +08:00 committed by GitHub
commit 78177f772e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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