| | |
| | | @Resource |
| | | private CategoryContryDao categoryContryDao; |
| | | |
| | | public BanQuanService getBanQuanService() { |
| | | return banQuanService; |
| | | } |
| | | |
| | | public void setBanQuanService(BanQuanService banQuanService) { |
| | | this.banQuanService = banQuanService; |
| | | } |
| | | |
| | | public VideoInfoDao getVideoInfoDao() { |
| | | return videoInfoDao; |
| | | } |
| | | |
| | | public void setVideoInfoDao(VideoInfoDao videoInfoDao) { |
| | | this.videoInfoDao = videoInfoDao; |
| | | } |
| | | |
| | | @Cacheable(value = "userCache", key = "'guessLike'+'-'+#videoId+'-'+#detailSystem+'-'+#cachemd5") |
| | | public List<VideoInfo> guessLike(String videoId, String detailSystem, List<Long> resourceList, String cachemd5) { |
| | | String resourceWhere = ""; |