소스 검색

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 {