|
@ -504,7 +504,8 @@ public class EsStatisticsController extends BaseController {
|
|
if (index != null) {
|
|
if (index != null) {
|
|
for (String idx : indexes) {
|
|
for (String idx : indexes) {
|
|
if (org.springframework.util.StringUtils.isEmpty(year)) {
|
|
if (org.springframework.util.StringUtils.isEmpty(year)) {
|
|
year = Constant.getNowYear();
|
|
|
|
|
|
|
|
|
|
year = Constant.getNowYearByDate(endDate);
|
|
}
|
|
}
|
|
if ("13".equals(idx)) {
|
|
if ("13".equals(idx)) {
|
|
idx = "1";
|
|
idx = "1";
|