Merge pull request #317 from dataease/pr@dev@fix_panel-edit-view-copy-dev

fix:在编辑仪表板时,复制堆叠柱状图时出错
This commit is contained in:
王嘉豪 2021-07-23 16:10:13 +08:00 committed by GitHub
commit 333a7a5640
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