Parcourir la source

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

Roc il y a 2 ans
Parent
commit
dce824f6eb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/chart.go

+ 1 - 1
controllers/chart.go

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