Commit fe165651 authored by zhangsen's avatar zhangsen

bug修改

parent 5fa4228b
......@@ -986,7 +986,7 @@ public class BigScreenAnalyseController extends BaseController {
List<Object> time = new ArrayList<>();
Collections.reverse(indicatorDataList);
for (IndicatorData indicatorData : indicatorDataList) {
valueList.add(indicatorData.getValueF());
valueList.add(String.format("%.2f", indicatorData.getValueF()));
Timestamp createdTime = indicatorData.getCreatedTime();
String s = DateUtils.convertDateToString(createdTime, "HH:mm");
time.add(s);
......
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