ard-work/src/main/java/com/ruoyi/statistical/service/impl/StatisticalServiceImpl.java
@@ -427,11 +427,11 @@ String month = end.substring(5,7); for (int i = 1; i <= day ; i++) { CountVo vo = new CountVo(); String d = month + "月" + i + "日"; String d = month + "-" + i ; Boolean bo = false; for (int j = 0; j < list.size(); j++) { CountVo countVo = list.get(j); String mon = month + "月" + Integer.valueOf(countVo.getDate()) + "日"; String mon = month + "-" + Integer.valueOf(countVo.getDate()); if(mon.equals(d)){ bo = true; vo.setDate(mon);