|
@@ -155,6 +155,7 @@ public class TaBuildingDynamicServiceImpl extends ServiceImpl<TaBuildingDynamicM
|
155
|
155
|
// 活动已报名人数
|
156
|
156
|
Integer enlistCount = taActivityDynamicEnlistMapper.selectEnlistCount(buildingDynamic.getDynamicId(), orgId);
|
157
|
157
|
buildingDynamic.setEnlisted(enlistCount);
|
|
158
|
+ buildingDynamic.setEnlistNum(buildingDynamic.getPersonNum());
|
158
|
159
|
|
159
|
160
|
// 活动海报
|
160
|
161
|
buildingDynamic.setPosters(taPosterService.getPostersForTarget(buildingDynamic.getDynamicId(), CommConstant.POSTER_CONTENT_TYPE_ACTIVITY));
|