forked from github/dataease
Merge pull request #1959 from dataease/pr@dev@fix_bubble_map_copy
fix: 插件视图复制错误
This commit is contained in:
commit
af4ef4e896
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user