Commit 4dbdbf38 by shenjunjie

Merge branch 'feature' into 'release'

渠道榜单缓存调优2

See merge request !169
parents 3903c936 6977bbaf
...@@ -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