Browse Source

Merge branch 'bug/7288' into debug

Roc 1 month ago
parent
commit
0d3ada94cf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      controller/chart/chart_info.go

+ 0 - 4
controller/chart/chart_info.go

@@ -201,10 +201,6 @@ func GetChartInfoDetail(c *gin.Context) {
 
 		// 开始/结束日期
 		startDate, endDate = utils.GetDateByDateTypeV2(dateType, startDate, endDate, startYear, dateMax)
-		if startDate == "" {
-			response.FailMsg("获取失败", "时间格式错误", c)
-			return
-		}
 
 		// 图表额外数据参数
 		extraConfigStr := chartInfo.ExtraConfig