Przeglądaj źródła

fix:图表支持22年至今

Roc 2 lat temu
rodzic
commit
af22eac556
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      controllers/chart.go

+ 3 - 0
controllers/chart.go

@@ -118,6 +118,9 @@ func (this *ChartController) ChartInfoDetail() {
 		startDate = "2020-01-01"
 		//endDate = time.Now().Format(utils.FormatDate)
 		endDate = ""
+	case 10:
+		startDate = "2022-01-01"
+		endDate = ""
 	}
 
 	if chartType == 2 {