Commit 23596ac8 by 田超

fix bug

parent a1747e89
......@@ -192,6 +192,7 @@ public class GroupQrcodeBizImpl implements GroupQrcodeBiz {
JedisClusterUtils.setJson("BOOK:WEIXINGROUP:GUIDEUSER" + weixinGroupId, nickNames, 600);
}else{
nickNames.put(nickName,0);
JedisClusterUtils.setJson("BOOK:WEIXINGROUP:GUIDEUSER" + weixinGroupId, nickNames, 600);
}
......
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