Browse Source

代码修改

LAPTOP-KB9HII50\70708 2 months ago
parent
commit
d91e0c79af

+ 2 - 1
business/es-service/src/main/java/com/yihu/jw/es/service/StatisticsEsService.java

@ -8846,7 +8846,8 @@ public class StatisticsEsService {
                String healthNum = healthMap.get(currentWeek);
                if(map == null){
                    map = new HashMap<>();
                    map.put("date",currentWeek);
                    String cw[] = currentWeek.split("_");
                    map.put("date",getWeekFistday(Integer.parseInt(cw[0]),Integer.parseInt(cw[1])));
                    map.put("callNum","0");
                    map.put("consultNum","0");
                    map.put("doorNum","0");