mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix: 修复第三方参数未启用依然有效的问题
This commit is contained in:
parent
ef1affe9f1
commit
0b786a0721
@ -93,6 +93,7 @@
|
|||||||
LEFT JOIN panel_outer_params_target_view_info poptvi ON popi.params_info_id = poptvi.params_info_id
|
LEFT JOIN panel_outer_params_target_view_info poptvi ON popi.params_info_id = poptvi.params_info_id
|
||||||
WHERE
|
WHERE
|
||||||
pop.panel_id = #{panelId} and pop.checked=1
|
pop.panel_id = #{panelId} and pop.checked=1
|
||||||
|
and popi.checked=1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user