forked from github/dataease
fix(仪表板-oracle数据源+树过滤器): 当树过滤器不是两级无法查询视图
This commit is contained in:
parent
33a99c5a64
commit
4d88f8296d
@ -1110,7 +1110,7 @@ public class OracleQueryProvider extends QueryProvider {
|
||||
|
||||
String whereName = "";
|
||||
if (request.getIsTree()) {
|
||||
whereName = "CONCAT(" + StringUtils.join(whereNameList, ",',',") + ")";
|
||||
whereName = " (" + StringUtils.join(whereNameList, "||','||") + ") ";
|
||||
} else {
|
||||
whereName = whereNameList.get(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user