Commit 957f8944 by fudahua

导购刷新好友超时时间

parent 30119cde
...@@ -137,7 +137,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation { ...@@ -137,7 +137,7 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation {
} else { } else {
Integer count = Integer.valueOf(cache.toString()); Integer count = Integer.valueOf(cache.toString());
RedisUtil.setCache(key, count + 1); RedisUtil.setCache(key, count + 1);
if (count >= 1) { if (count > 4) {
return false; return false;
} }
} }
......
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