admin
2021-07-30 19533a17aa55fafc70d0a385928e785cb50e1ebc
src/main/java/com/yeshi/buwan/service/imp/CollectionService.java
@@ -30,22 +30,6 @@
   @Resource
   private VideoInfoDao videoInfoDao;
   public VideoInfoDao getVideoInfoDao() {
      return videoInfoDao;
   }
   public void setVideoInfoDao(VideoInfoDao videoInfoDao) {
      this.videoInfoDao = videoInfoDao;
   }
   public CollectionDao getCollectionDao() {
      return collectionDao;
   }
   public void setCollectionDao(CollectionDao collectionDao) {
      this.collectionDao = collectionDao;
   }
   @SuppressWarnings("rawtypes")
   @Cacheable(value = "userCache", key = "'getCollectVideo'+'-'+#uid+'-'+#page")
   public List<VideoInfo> getCollectVideo(String uid, String loginUid, int page) {