Browse Source

fix:图表2022日期的type调整为11

Roc 2 years ago
parent
commit
972edaef57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/chart/chart_info.go

+ 1 - 1
controller/chart/chart_info.go

@@ -116,7 +116,7 @@ func GetChartInfoDetail(c *gin.Context) {
 		startDate = "2019-01-01"
 	case 9:
 		startDate = "2020-01-01"
-	case 10:
+	case 11:
 		startDate = "2022-01-01"
 	}