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