|
@ -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");
|