Răsfoiți Sursa

fix:季节图最近N年

zqbao 1 lună în urmă
părinte
comite
aae1f156af
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      controllers/data_manage/chart_info.go

+ 3 - 0
controllers/data_manage/chart_info.go

@@ -1615,6 +1615,9 @@ func (this *ChartInfoController) ChartInfoDetailV2() {
 			}
 		}
 	}
+	if dateType == utils.DateTypeNYears && chartInfo.ChartType == utils.CHART_TYPE_SEASON {
+		dateMax = time.Date(dateMax.Year()+1, 1, 1, 0, 0, 0, 0, time.Local)
+	}
 	startDate, endDate = utils.GetDateByDateTypeV2(dateType, startDate, endDate, startYear, dateMax)
 
 	if chartInfo.ChartType == 2 {