Explorar el Código

Merge branch 'fix/2022-06-22'

Roc hace 2 años
padre
commit
c0e0368c36
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 {