mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat: 行权限取并集
This commit is contained in:
@@ -44,7 +44,7 @@ public class WhereTree2Str {
|
||||
res.add(treeExp);
|
||||
}
|
||||
}
|
||||
meta.setWhereTrees(CollectionUtils.isNotEmpty(res) ? "(" + String.join(" AND ", res) + ")" : null);
|
||||
meta.setWhereTrees(CollectionUtils.isNotEmpty(res) ? "(" + String.join(" OR ", res) + ")" : null);
|
||||
meta.setWhereTreesDialect(fieldsDialect);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user