hongze 3 years ago
parent
commit
faf69ae2eb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      controllers/chart.go

+ 0 - 6
controllers/chart.go

@@ -117,12 +117,6 @@ func (this *ChartController) ChartInfoDetail() {
 		endDate =""
 	}
 
-	if startDate == "" || endDate == "" {
-		br.Msg = "参数错误"
-		br.Msg = "参数错误,无效的查询日期"
-		return
-	}
-
 	if chartType == 2 {
 		if seasonStartDate != "" {
 			startDate = seasonStartDate + "-01-01"