forked from github/dataease
commit
c2674f738d
@ -828,7 +828,7 @@ public class DorisQueryProvider extends QueryProvider {
|
|||||||
List<DatasetTableField> calcFields = datasetTableFieldMapper.selectByExample(datasetTableFieldExample);
|
List<DatasetTableField> calcFields = datasetTableFieldMapper.selectByExample(datasetTableFieldExample);
|
||||||
for (DatasetTableField ele : calcFields) {
|
for (DatasetTableField ele : calcFields) {
|
||||||
originField = originField.replaceAll("\\[" + ele.getId() + "]",
|
originField = originField.replaceAll("\\[" + ele.getId() + "]",
|
||||||
String.format(DorisConstants.KEYWORD_FIX, tableObj.getTableAlias(), ele.getOriginName()));
|
String.format(DorisConstants.KEYWORD_FIX, tableObj.getTableAlias(), ele.getDataeaseName()));
|
||||||
}
|
}
|
||||||
return originField;
|
return originField;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user