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