Commit 76fefd55 by 徐高华

好办加好友统计

parent 6c1fbf96
...@@ -55,7 +55,7 @@ public class HBQwMonitorUtils { ...@@ -55,7 +55,7 @@ public class HBQwMonitorUtils {
private static int getNum(String key , String ip) { private static int getNum(String key , String ip) {
int count = 0 ; int count = 0 ;
Object countObj = RedisUtil.getCache(key) ; Object countObj = RedisUtil.getCache(key+ip) ;
if(null != countObj) { if(null != countObj) {
count = Integer.valueOf(countObj.toString()) ; count = Integer.valueOf(countObj.toString()) ;
} }
......
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