Commit 21dff7ec authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 85ff79bd
......@@ -328,7 +328,7 @@ public class PageEventServiceImpl extends AbstractCRUDServiceImpl<PageEventDao,
query.setDateTimeEnd(DateUtils.getCurrDateTime("yyyy-MM-dd"));
List<PageEventCensusVo> listDay = dao.getPageClickEventCensus(query);
if(CollectionUtils.isNotEmpty(listDay)) {
cacheService.hset(RedisKey.KEY_DEVICE_EVENT_CLICK_CACHE_DAY, entry.getKey(), list.get(0));
cacheService.hset(RedisKey.KEY_DEVICE_EVENT_CLICK_CACHE_DAY, entry.getKey(), listDay.get(0));
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment