Forráskód Böngészése

fix:调整枚举值

Roc 2 éve
szülő
commit
9335811021
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 = ""
 	}