|
|
@ -86,7 +86,11 @@ public class GrassrootsPartyDevServiceImpl implements GrassrootsPartyDevService |
|
|
|
@DataSource(value = DataSourceConstant.EVALUATION_INDEX,datasourceNameFromArg = true) |
|
|
|
@Override |
|
|
|
public PartymemberAgeDistributionResultDTO partymemberAgeDistribution(ParymemberFormDTO param) { |
|
|
|
return screenCpcBaseDataDao.selectPartymemberAgeDistribution(param.getAgencyId()); |
|
|
|
PartymemberAgeDistributionResultDTO ageInfo = screenCpcBaseDataDao.selectPartymemberAgeDistribution(param.getAgencyId()); |
|
|
|
if(null == ageInfo){ |
|
|
|
ageInfo = new PartymemberAgeDistributionResultDTO(); |
|
|
|
} |
|
|
|
return ageInfo; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|