xyxie hace 1 año
padre
commit
27bf9fa431
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/data/chart_info.go

+ 1 - 1
services/data/chart_info.go

@@ -347,7 +347,7 @@ func getEdbDataMapList(chartInfoId, chartType int, calendar, startDate, endDate
 				}
 				item.DataList = quarterDataList
 			}
-		} else if chartType == 7 { //柱方图
+		} else if chartType == 7 || chartType == utils.CHART_TYPE_RADAR { //柱方图
 			//item.DataList = dataList
 		} else {
 			item.DataList = dataList