admin
2021-04-13 5300c070d95f9f3d6222b149e8431e77e9337637
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