Commit b2eadd7c authored by zhangsen's avatar zhangsen

修改 td

parent e4e6fb28
......@@ -135,7 +135,7 @@ public class TDBigScreenAnalyseController extends BaseController {
List<String> dateList = new ArrayList<>();
dateInfoBy15.forEach(item -> {
String healthListInfo = fanHealthIndexMapper.getInfoByDate(areaCode, finalStationCode, item.get("date"));
valueList.add(StrUtil.isNotEmpty(healthListInfo) ? healthListInfo : "100");
valueList.add(CharSequenceUtil.isNotEmpty(healthListInfo) ? healthListInfo.replace(".0", "") : "100");
String date = item.get("date");
Date date1 = DateUtils.dateAddDays(DateUtil.parse(date, DateUtils.DATE_PATTERN), -1);
String format = DateUtil.format(date1, DateUtils.DATE_PATTERN);
......
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