Parcourir la source

Merge branch 'fix/2022-06-22' into debug

Roc il y a 2 ans
Parent
commit
0b7f23c453
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 {