|
|
@ -465,7 +465,7 @@ public class IcVolunteerPolyServiceImpl extends BaseServiceImpl<IcVolunteerPolyD |
|
|
|
VolunteerPolyPieResultDTO dto = new VolunteerPolyPieResultDTO(); |
|
|
|
dto.setCode(item.getCode()); |
|
|
|
dto.setValue(item.getValue()); |
|
|
|
dto.setLabel("111"); |
|
|
|
dto.setLabel(item.getCode()); |
|
|
|
return dto; |
|
|
|
}).collect(Collectors.toList()); |
|
|
|
} |
|
|
|