|
@ -803,6 +803,8 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr |
|
|
ActDetailFormDTO actDetailFormDTO = new ActDetailFormDTO(); |
|
|
ActDetailFormDTO actDetailFormDTO = new ActDetailFormDTO(); |
|
|
actDetailFormDTO.setUserId(formDTO.getUserId()); |
|
|
actDetailFormDTO.setUserId(formDTO.getUserId()); |
|
|
actDetailFormDTO.setGroupActId(invitationRecordDTO.getSourceId()); |
|
|
actDetailFormDTO.setGroupActId(invitationRecordDTO.getSourceId()); |
|
|
|
|
|
actDetailFormDTO.setClient(AppClientConstant.APP_RESI); |
|
|
|
|
|
|
|
|
//调用查看活动详情接口
|
|
|
//调用查看活动详情接口
|
|
|
ActDetailResultDTO actDetailResultDTO = queryActDetail(actDetailFormDTO); |
|
|
ActDetailResultDTO actDetailResultDTO = queryActDetail(actDetailFormDTO); |
|
|
|
|
|
|
|
|