refactor:回退视图复制,去掉表中没有的字段

This commit is contained in:
wangjiahao 2021-07-27 17:20:18 +08:00
parent aa7f3eb980
commit d66fdfb679

View File

@ -45,8 +45,7 @@
`create_time`,
`update_time`,
`snapshot`,
`style_priority`,
`ext_stack`
`style_priority`
) SELECT
#{newChartId},
GET_CHART_VIEW_COPY_NAME ( #{oldChartId} ),
@ -63,8 +62,7 @@
`create_time`,
`update_time`,
`snapshot`,
`style_priority`,
`ext_stack`
`style_priority`
FROM
chart_view
WHERE