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