forked from github/dataease
fix(数据集): 限制数据集字段展示
This commit is contained in:
parent
049c661fd5
commit
0c85db2002
@ -156,6 +156,7 @@ public class DatasetTableFieldManage {
|
||||
QueryWrapper<CoreDatasetTableField> wrapper = new QueryWrapper<>();
|
||||
wrapper.eq("dataset_group_id", id);
|
||||
wrapper.eq("checked", true);
|
||||
wrapper.isNull("chart_id");
|
||||
return transDTO(coreDatasetTableFieldMapper.selectList(wrapper));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user