Browse Source

fix:调整枚举值

Roc 2 năm trước cách đây
mục cha
commit
9335811021
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/chart.go

+ 1 - 1
controllers/chart.go

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