Merge pull request #11893 from dataease/pr@dev-v2@fix_app-export
fix(数据大屏、仪表板): 修复导出应用没有包含数据集计算字段问题 #11816
This commit is contained in:
commit
21f96f184f
@ -210,9 +210,8 @@
|
||||
core_dataset_table_field.*
|
||||
FROM
|
||||
core_dataset_table_field
|
||||
INNER JOIN core_dataset_table ON core_dataset_table_field.dataset_table_id = core_dataset_table.id
|
||||
WHERE
|
||||
core_dataset_table.dataset_group_id in
|
||||
core_dataset_table_field.dataset_group_id in
|
||||
<foreach collection="dsIds" item="dsId" index="index" open="(" close=")" separator=",">
|
||||
#{dsId}
|
||||
</foreach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user