|
@ -686,7 +686,7 @@ public class ElasticsearchUtil {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public List<SaveModel> findLineChartDateQuotaLevel0(String startDate,String endDate, String area, int level, String index, String timelevel,String interval) throws Exception {
|
|
|
List list = findDateQuotaLevel0(startDate, endDate, area, level, index, timelevel, interval, null);
|
|
|
List list = findDateQuotaLevel0(startDate, endDate, area, level, index, timelevel, interval, null);
|
|
|
return list;
|
|
|
}
|
|
|
/**
|