Commit 70e67058 by 阮思源

修改下

parent 8539414a
...@@ -1108,6 +1108,7 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -1108,6 +1108,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
if (joinGroupCipherHas != null) { if (joinGroupCipherHas != null) {
cipher = UUIDUitl.generateShort(); cipher = UUIDUitl.generateShort();
} }
cipher = "RAYS_" + cipher;
JoinGroupCipher joinGroupCipherNew = new JoinGroupCipher(); JoinGroupCipher joinGroupCipherNew = new JoinGroupCipher();
joinGroupCipherNew.setCipher(cipher); joinGroupCipherNew.setCipher(cipher);
joinGroupCipherNew.setWechatUserId(wechatUserId); joinGroupCipherNew.setWechatUserId(wechatUserId);
......
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