Commit 7c56030f authored by zhangsen's avatar zhangsen

飞书 bug修改

parent f0ab7718
......@@ -763,8 +763,8 @@ public class TDBigScreenAnalyseController extends BaseController {
} catch (ParseException e) {
}
time.add(date);
String value = CharSequenceUtil.isEmpty(item.get("healthindex").toString().replace(".0", "")) ? "100"
: item.get("healthindex").toString().replace(".0", "");
String value = CharSequenceUtil.isEmpty(item.get("healthindex").toString()) ? "100.0"
: item.get("healthindex").toString();
valueList.add(value);
});
List<Map<String, Object>> arrayList = new ArrayList<>();
......
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