mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor: 接口计算字段加密
This commit is contained in:
@@ -127,6 +127,7 @@ public class ChartDataServer implements ChartDataApi {
|
||||
} else {
|
||||
viewDTO.setResultCount(viewLimit);
|
||||
}
|
||||
DatasetUtils.viewDecode(viewDTO);
|
||||
chartViewInfo = getData(viewDTO);
|
||||
List<Object[]> tableRow = (List) chartViewInfo.getData().get("sourceData");
|
||||
if ("dataset".equals(request.getDownloadType())) {
|
||||
|
||||
Reference in New Issue
Block a user