src/main/java/com/yeshi/buwan/service/imp/juhe/FunTV2ServiceImpl.java
@@ -107,7 +107,7 @@ } } else {//视频不存在 //判断2个视频实体是否为同一视频 VideoInfo oldVideo = videoInfoService.getExistSameVideo(newVideoInfo); VideoInfo oldVideo = videoInfoService.getExistSameVideoWithTime(newVideoInfo); if (oldVideo == null) { //添加视频 Serializable id = videoInfoDao.save(newVideoInfo);