forked from github/dataease
fix: 过滤跳转设置中联动视图查询出现的无用数据
This commit is contained in:
parent
702d815215
commit
85c6051712
@ -44,7 +44,7 @@
|
||||
panel_view
|
||||
LEFT JOIN chart_view ON panel_view.chart_view_id = chart_view.id
|
||||
left join dataset_table_field on chart_view.table_id = dataset_table_field.table_id
|
||||
where panel_view.panel_id =#{panelId}
|
||||
where panel_view.panel_id =#{panelId} and chart_view.id is not null
|
||||
</select>
|
||||
|
||||
<select id="groups" resultMap="treeNodeMap">
|
||||
|
Loading…
Reference in New Issue
Block a user