|
@ -4624,7 +4624,7 @@ public class StatisticsEsService {
|
|
|
object.put("videoCount",videoCount);//视频复诊数量
|
|
|
object.put("videoRate",getRange(videoCount.intValue(),total.intValue(),0));
|
|
|
object.put("total",total);
|
|
|
}else if (flag.equalsIgnoreCase("1")){
|
|
|
}else if (flag.equalsIgnoreCase("2")){
|
|
|
//快递
|
|
|
SaveModel saveModel2 = null;
|
|
|
saveModel2 = elasticsearchUtil.findOneDateQuotaLevel3NoSlaveKey2(startDate, endDate, area, level, index, SaveModel.timeLevel_ZL, "0");
|