mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
feat(数据集): 数据集增加分组字段功能
This commit is contained in:
@@ -501,7 +501,7 @@ public class Utils {
|
||||
String originField = null;
|
||||
for (DatasetTableFieldDTO ele : fields) {
|
||||
if (Objects.equals(ele.getId(), Long.valueOf(dto.getOriginName()))) {
|
||||
originField = ele.getOriginName();
|
||||
originField = ele.getDataeaseName();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user