瀏覽代碼

代码修改

LAPTOP-KB9HII50\70708 9 月之前
父節點
當前提交
d91e0c79af
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      business/es-service/src/main/java/com/yihu/jw/es/service/StatisticsEsService.java

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