admin
2021-04-12 5129d2c63fbef70c6ee45ba5ec12654937e05231
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