|
|
@ -123,7 +123,7 @@ public class NoticeCommentServiceImpl extends BaseServiceImpl<NoticeCommentDao, |
|
|
|
if(org.apache.commons.collections4.CollectionUtils.isNotEmpty(formDTO.getImageList())){ |
|
|
|
List<String> imageList = formDTO.getImageList().stream().map(NoticeFileDTO::getUrl).collect(Collectors.toList()); |
|
|
|
safetyCheck(new ArrayList<>(), imageList); |
|
|
|
} |
|
|
|
}ta |
|
|
|
|
|
|
|
//2.判断当前用户是否被禁言、移除、非本组成员
|
|
|
|
NoticeDTO notice = noticeService.get(formDTO.getNoticeId()); |
|
|
|