浏览代码

Merge branch 'fix/2022-06-22'

Roc 2 年之前
父节点
当前提交
7c2a4d2a3c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controller/chart/chart_info.go

+ 2 - 0
controller/chart/chart_info.go

@@ -116,6 +116,8 @@ func GetChartInfoDetail(c *gin.Context) {
 		startDate = "2019-01-01"
 	case 9:
 		startDate = "2020-01-01"
+	case 11:
+		startDate = "2022-01-01"
 	}
 
 	if chartType == 2 {