@ -955,7 +955,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr
if (i < NumConstant.TEN){
dto.setMonth(year +"-"+NumConstant.ZERO + String.valueOf(i));
}else {
dto.setMonth(year +"-"+ String.valueOf(i) + "月");
dto.setMonth(year +"-"+ String.valueOf(i));
}
lineChart.add(dto);