forked from github/dataease
feat: 支持字段编辑
This commit is contained in:
parent
c9f6b99aec
commit
28d93227f4
@ -828,7 +828,7 @@ public class DorisQueryProvider extends QueryProvider {
|
||||
List<DatasetTableField> calcFields = datasetTableFieldMapper.selectByExample(datasetTableFieldExample);
|
||||
for (DatasetTableField ele : calcFields) {
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user