|
@ -5159,7 +5159,7 @@ public class StatisticsESService {
|
|
|
public Map<String,Object> getLevelDeviceAndBinding(String area, int level, int sort, String lowLevel, String year) throws Exception {
|
|
|
String index_85 = "85";
|
|
|
String index_86= "86";
|
|
|
String lastDate = year + "-06-30";
|
|
|
//String lastDate = year + "-06-30";
|
|
|
//String timeKey = elasticsearchUtil.getQuotaTime();
|
|
|
String timeKey = DateUtil.getStringDateShort();
|
|
|
String low_level = String.valueOf(StringUtils.isEmpty(lowLevel) ? (level + 1) : lowLevel);
|