Explorar el Código

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

Roc hace 2 años
padre
commit
972edaef57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 	}