Browse Source

Merge branch 'fix/2022-06-22'

Roc 2 years ago
parent
commit
c0e0368c36
1 changed files with 3 additions and 0 deletions
  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 {