Explorar o código

Merge branch 'bug/7288' into debug

Roc hai 1 mes
pai
achega
0d3ada94cf
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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