@@ -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