mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(数据集): 计算字段中的 SQL 片段在传输过程中进行加密处理 #15446
This commit is contained in:
@@ -447,6 +447,8 @@ public class DatasetGroupManage {
|
||||
return datasetTableFieldDTO;
|
||||
}).collect(Collectors.toList());
|
||||
|
||||
DatasetUtils.listEncode(allFields);
|
||||
|
||||
dto.setAllFields(allFields);
|
||||
}
|
||||
return dto;
|
||||
|
||||
Reference in New Issue
Block a user