|
@ -600,7 +600,7 @@ public class EsStatisticsController extends BaseController {
|
|
|
} else if (idx.equals("72")) {
|
|
|
result.put("index_" + idx, statisticsESService.getLowLevelTotalOnlineTeamLeader(date, area, level, idx, sort, lowLevel, year, ""));
|
|
|
}else if (idx.equals("20") && Integer.valueOf(year)>=2018){
|
|
|
//20指标是一个键绑定一条数据 所以2018年开始使用86指标 2018-08-27 zd
|
|
|
//20指标是一个键绑定一条数据。 所以2018年开始使用86指标 2018-08-27 zd
|
|
|
idx="86";
|
|
|
result.put("index_" + idx, statisticsESService.getDeviceLowLevelTotal(date, area, level,"86", sort, lowLevel, year));
|
|
|
}else {
|