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