项目列表报名人数查询不正确修改
This commit is contained in:
@ -1048,7 +1048,7 @@ public class ProjectRecordServiceImpl extends BaseServiceImpl<ProjectRecordMappe
|
|||||||
for (ProjectRecordVO vo:recordVOList) {
|
for (ProjectRecordVO vo:recordVOList) {
|
||||||
ProjectSectionVO sectionVO = sectionMap.get(vo.getId());
|
ProjectSectionVO sectionVO = sectionMap.get(vo.getId());
|
||||||
if(null != sectionVO){
|
if(null != sectionVO){
|
||||||
Long applyCount = (null == resultMap.get(sectionVO.getId()))? resultMap.get(sectionVO.getId()) : 0L;
|
Long applyCount = (null != resultMap.get(sectionVO.getId()))? resultMap.get(sectionVO.getId()) : 0L;
|
||||||
sectionVO.setApplyCount(applyCount);
|
sectionVO.setApplyCount(applyCount);
|
||||||
sectionVO.setLinkPercentage(getLinkPercentage(sectionVO.getBusinessModule(),vo));
|
sectionVO.setLinkPercentage(getLinkPercentage(sectionVO.getBusinessModule(),vo));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user