Commit 0572e3cf by 徐高华

Merge branch 'feature/xgh/20241月迭代' into 'developer'

好办加好友统计

See merge request !1677
parents 551db99d 3a823942
......@@ -54,8 +54,9 @@ public class HBQwMonitorUtils {
private static int getNum(String key , String ip) {
key = key+ip ;
int count = 0 ;
Object countObj = RedisUtil.getCache(key+ip) ;
Object countObj = RedisUtil.getCache(key) ;
if(null != countObj) {
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