|
@ -63,12 +63,7 @@ public class GrassrootsPartyDevServiceImpl implements GrassrootsPartyDevService |
|
|
@Override |
|
|
@Override |
|
|
public PartymemberPercentResultDTO partymemberBaseInfo(ParymemberFormDTO param) { |
|
|
public PartymemberPercentResultDTO partymemberBaseInfo(ParymemberFormDTO param) { |
|
|
|
|
|
|
|
|
PartymemberPercentResultDTO result = new PartymemberPercentResultDTO(); |
|
|
PartymemberPercentResultDTO result = screenUserTotalDataDao.selectAgencyPartymemberPercent(param.getAgencyId()); |
|
|
if (StringUtils.isEmpty(param.getAreaCode())) { |
|
|
|
|
|
result = screenUserTotalDataDao.selectAgencyPartymemberPercent(param.getAgencyId()); |
|
|
|
|
|
}else { |
|
|
|
|
|
result = screenUserTotalDataDao.selectAgencyPartymemberPercentNew(param.getAgencyId()); |
|
|
|
|
|
} |
|
|
|
|
|
if(null == result){ |
|
|
if(null == result){ |
|
|
result = new PartymemberPercentResultDTO(); |
|
|
result = new PartymemberPercentResultDTO(); |
|
|
logger.warn("com.epmet.datareport.service.screen.impl.GrassrootsPartyDevServiceImpl.partymemberBaseInfo:未查询出指定agencyId下的党员基础信息数据,agencyId :: {}",param.getAgencyId()); |
|
|
logger.warn("com.epmet.datareport.service.screen.impl.GrassrootsPartyDevServiceImpl.partymemberBaseInfo:未查询出指定agencyId下的党员基础信息数据,agencyId :: {}",param.getAgencyId()); |
|
|