浏览代码

Merge branch 'fix/2022-06-22'

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

+ 3 - 0
controllers/chart.go

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