|
@ -716,7 +716,7 @@ public class GovProjectServiceImpl implements GovProjectService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public Map<String, Integer> getMemberClosedProjectMap(OrgStatisticsFormDTO formDTO) { |
|
|
public Map<String, Integer> getMemberClosedProjectMap(OrgStatisticsFormDTO formDTO) { |
|
|
List<OrgCountDTO> list = projectDao.getMemberProjectCount(formDTO); |
|
|
List<OrgCountDTO> list = projectDao.getMemberClosedProjectCount(formDTO); |
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
return Collections.emptyMap(); |
|
|
return Collections.emptyMap(); |
|
|
} |
|
|
} |
|
|