Commit 551db99d by 徐高华

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

好办加好友统计

See merge request !1676
parents 57b181a1 76fefd55
......@@ -55,7 +55,7 @@ public class HBQwMonitorUtils {
private static int getNum(String key , String ip) {
int count = 0 ;
Object countObj = RedisUtil.getCache(key) ;
Object countObj = RedisUtil.getCache(key+ip) ;
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