胡轶钦 5 years ago
parent
commit
b9e5a8598e

+ 1
- 0
src/main/java/com/huiju/estateagents/service/impl/TaBuildingDynamicServiceImpl.java View File

155
         // 活动已报名人数
155
         // 活动已报名人数
156
         Integer enlistCount = taActivityDynamicEnlistMapper.selectEnlistCount(buildingDynamic.getDynamicId(), orgId);
156
         Integer enlistCount = taActivityDynamicEnlistMapper.selectEnlistCount(buildingDynamic.getDynamicId(), orgId);
157
         buildingDynamic.setEnlisted(enlistCount);
157
         buildingDynamic.setEnlisted(enlistCount);
158
+        buildingDynamic.setEnlistNum(buildingDynamic.getPersonNum());
158
 
159
 
159
         // 活动海报
160
         // 活动海报
160
         buildingDynamic.setPosters(taPosterService.getPostersForTarget(buildingDynamic.getDynamicId(), CommConstant.POSTER_CONTENT_TYPE_ACTIVITY));
161
         buildingDynamic.setPosters(taPosterService.getPostersForTarget(buildingDynamic.getDynamicId(), CommConstant.POSTER_CONTENT_TYPE_ACTIVITY));