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

This commit is contained in:
wangjiahao 2021-07-23 16:06:12 +08:00
parent 32a2f673a6
commit 17ef829166

View File

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