fix(数据大屏、仪表板): 修复导出应用没有包含数据集计算字段问题 #11816

This commit is contained in:
wangjiahao 2024-09-02 10:09:04 +08:00
parent 25366f248d
commit d7d2d6bdbb

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>