...
|
...
|
@@ -93,7 +93,7 @@ public class RedisCache { |
|
|
|
|
|
// 通过配置,决定是否从单中心获取同一个redis的排队队列
|
|
|
public int getSortId(int activityId) {
|
|
|
if (configReader.getBoolean(ACTIVITY_GET_SORT_METHOD_SWITCH, false)) {
|
|
|
if (configReader.getBoolean(ACTIVITY_GET_SORT_METHOD_SWITCH, true)) {
|
|
|
log.info("method RedisCache.getSortId(int) enter getSortIdByNoSyn"); // 从单中心走
|
|
|
return getSortIdByNoSyn(activityId);
|
|
|
}
|
...
|
...
|
|