mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
Merge branch 'dev' of https://gitee.com/anji-plus/report into dev
This commit is contained in:
@@ -446,14 +446,19 @@ public class ReportDashboardServiceImpl implements ReportDashboardService, Initi
|
||||
return data;
|
||||
}
|
||||
//获取时间轴字段和解析时间颗粒度
|
||||
chartProperties.forEach((key, value) -> {
|
||||
|
||||
for (Map.Entry<String, String> entry : chartProperties.entrySet()) {
|
||||
String key = entry.getKey();
|
||||
String value = entry.getValue();
|
||||
dto.setParticles(value);
|
||||
setTimeLineFormat(dto);
|
||||
if (StringUtils.isNotBlank(dto.getDataTimeFormat())) {
|
||||
dto.setTimeLineFiled(key);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (StringUtils.isBlank(dto.getDataTimeFormat())) {
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user