Merge pull request #1959 from dataease/pr@dev@fix_bubble_map_copy

fix: 插件视图复制错误
This commit is contained in:
fit2cloud-chenyw 2022-03-23 16:57:16 +08:00 committed by GitHub
commit af4ef4e896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@
`result_count`, `result_count`,
`result_mode`, `result_mode`,
`chart_type`, `chart_type`,
`is_plugin`,
`senior`, `senior`,
`data_from`) `data_from`)
SELECT #{newChartId}, SELECT #{newChartId},
@ -210,6 +211,7 @@
`result_count`, `result_count`,
`result_mode`, `result_mode`,
'private', 'private',
`is_plugin`,
`senior`, `senior`,
`data_from` `data_from`
FROM chart_view_cache FROM chart_view_cache