Merge pull request #11893 from dataease/pr@dev-v2@fix_app-export

fix(数据大屏、仪表板): 修复导出应用没有包含数据集计算字段问题 #11816
This commit is contained in:
王嘉豪
2024-09-02 10:09:40 +08:00
committed by GitHub

View File

@@ -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>