forked from github/dataease
fix(数据大屏、仪表板): 修复导出应用没有包含数据集计算字段问题 #11816
This commit is contained in:
parent
25366f248d
commit
d7d2d6bdbb
@ -210,9 +210,8 @@
|
|||||||
core_dataset_table_field.*
|
core_dataset_table_field.*
|
||||||
FROM
|
FROM
|
||||||
core_dataset_table_field
|
core_dataset_table_field
|
||||||
INNER JOIN core_dataset_table ON core_dataset_table_field.dataset_table_id = core_dataset_table.id
|
|
||||||
WHERE
|
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=",">
|
<foreach collection="dsIds" item="dsId" index="index" open="(" close=")" separator=",">
|
||||||
#{dsId}
|
#{dsId}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
Loading…
Reference in New Issue
Block a user