src/main/java/com/yeshi/buwan/service/imp/HomeTypeService.java
@@ -396,7 +396,7 @@ return homeVideos; } @Cacheable(value = "homeCache", key = "'getHomeVideoListCount'+'-'+#resourceKey+'-'+#bigPicture") @Cacheable(value = "homeCache", key = "'getHomeVideoListCount-'+#homeId+'-'+#resourceKey+'-'+#bigPicture") public long getHomeVideoListCount(String homeId, String resourceKey, List<Long> resourceIds, Boolean bigPicture) { return (Long) homeVideoDao.excute(new HibernateCallback<Long>() { @Override