Commit 6977bbaf by shenjunjie

渠道榜单缓存调优2

parent 2e9fdd00
...@@ -53,8 +53,8 @@ public class RedisUtil { ...@@ -53,8 +53,8 @@ public class RedisUtil {
return RedisKeyPrefix.INDEX_SPREAD + Tools.concat(projectId, startTime, endTime); return RedisKeyPrefix.INDEX_SPREAD + Tools.concat(projectId, startTime, endTime);
} }
public static String getChannelRecordList(String projectId, Long startTime, Long endTime, int emotion) { public static String getChannelRecordList(String projectId, Long startTime, Long endTime, String platform, int emotion) {
return RedisKeyPrefix.CHANNEL_RECORD_LIST + Tools.concat(projectId, startTime, endTime, emotion); return RedisKeyPrefix.CHANNEL_RECORD_LIST + Tools.concat(projectId, startTime, endTime, platform, emotion);
} }
public static String getNewCrisisCaseListAllKey() { public static String getNewCrisisCaseListAllKey() {
......
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