Merge pull request #7792 from ulleo/dev

fix: 【仪表板】时间条形图复制后聚合没有开启
This commit is contained in:
ulleo 2024-01-24 14:47:15 +08:00 committed by GitHub
commit 57b43d6816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,7 +309,8 @@
`is_plugin`,
`senior`,
`data_from`,
`view_fields`)
`view_fields`,
`_aggregate`)
SELECT #{newChartId},
GET_CHART_VIEW_COPY_NAME(#{oldChartId}, #{panelId}) as `name`,
#{panelId},
@ -338,7 +339,8 @@
`is_plugin`,
`senior`,
`data_from`,
`view_fields`
`view_fields`,
`_aggregate`
FROM chart_view
WHERE id = #{oldChartId}
</insert>