forked from github/dataease
Merge pull request #317 from dataease/pr@dev@fix_panel-edit-view-copy-dev
fix:在编辑仪表板时,复制堆叠柱状图时出错
This commit is contained in:
commit
333a7a5640
@ -45,7 +45,8 @@
|
|||||||
`create_time`,
|
`create_time`,
|
||||||
`update_time`,
|
`update_time`,
|
||||||
`snapshot`,
|
`snapshot`,
|
||||||
`style_priority`
|
`style_priority`,
|
||||||
|
`ext_stack`
|
||||||
) SELECT
|
) SELECT
|
||||||
#{newChartId},
|
#{newChartId},
|
||||||
GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ),
|
GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ),
|
||||||
@ -62,7 +63,8 @@
|
|||||||
`create_time`,
|
`create_time`,
|
||||||
`update_time`,
|
`update_time`,
|
||||||
`snapshot`,
|
`snapshot`,
|
||||||
`style_priority`
|
`style_priority`,
|
||||||
|
`ext_stack`
|
||||||
FROM
|
FROM
|
||||||
chart_view
|
chart_view
|
||||||
WHERE
|
WHERE
|
||||||
|
Loading…
Reference in New Issue
Block a user