|
|
@ -233,7 +233,7 @@ public class TopicShareLinkRecordServiceImpl extends BaseServiceImpl<TopicShareL |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if(StringUtils.isBlank(group)) throw new RenException("根据分享链接Id没有找到对应的组Id"); |
|
|
|
if(StringUtils.isBlank(group)) throw new RenException("无效的分享链接"); |
|
|
|
String userId = param.getUserId(); |
|
|
|
|
|
|
|
GroupMemeberOperationDTO applyRecord = groupMemeberOperationDao.selectLatestRecord(group, userId); |
|
|
|