Merge pull request #352 from dataease/pr@v1.1@refactor_panel_view-copy

refactor:回退视图复制,去掉表中没有的字段
This commit is contained in:
王嘉豪 2021-07-27 17:21:54 +08:00 committed by GitHub
commit 127869c2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,7 @@
`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} ),
@ -63,8 +62,7 @@
`create_time`, `create_time`,
`update_time`, `update_time`,
`snapshot`, `snapshot`,
`style_priority`, `style_priority`
`ext_stack`
FROM FROM
chart_view chart_view
WHERE WHERE