Commit c62a90bc by 田超

fix bug

parent 23c78e15
......@@ -336,8 +336,10 @@ public class SendWeixinRequestTools {
}
for (String nickName : names) {
nickNames.remove(nickName);
if(StringUtils.isNotEmpty(nickName)) {
nameStr = nameStr + "@" + nickName + " ";
}
}
JedisClusterUtils.setJson("BOOK:WEIXINGROUP:GUIDEUSER" + weixinGroupId,nickNames,600);
return nameStr;
}
......
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