Commit f02b94fb authored by caotao's avatar caotao

分析模块需求变更

parent b660f152
...@@ -1283,7 +1283,7 @@ public class TDBigScreenAnalyseController extends BaseController { ...@@ -1283,7 +1283,7 @@ public class TDBigScreenAnalyseController extends BaseController {
List<String> time = new ArrayList<>(); List<String> time = new ArrayList<>();
List<Object> valueList = new ArrayList<>(); List<Object> valueList = new ArrayList<>();
fanHealthIndexDayList.forEach(item -> { fanHealthIndexDayList.forEach(item -> {
time.add(item.getRecDate()); time.add(item.getRecDate().substring(0, 10));
String format = df.format(item.getHealthIndex()); String format = df.format(item.getHealthIndex());
valueList.add(format); valueList.add(format);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment