|
@@ -361,7 +361,6 @@ public class WeComMessageDataJob {
|
|
|
example.createCriteria().andMiniprogramVideoIdEqualTo(videoId);
|
|
|
List<MessageAttachment> messageAttachmentList = messageAttachmentMapper.selectByExample(example);
|
|
|
if (CollectionUtils.isEmpty(messageAttachmentList)) {
|
|
|
- System.out.println(videoId);
|
|
|
throw new RuntimeException("附件信息查询异常");
|
|
|
}
|
|
|
MessageAttachment messageAttachment = messageAttachmentList.get(0);
|