Commit cd605df8 by 徐高华

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

群活码

See merge request !1682
parents db8ab262 0760cc94
......@@ -836,7 +836,7 @@ public class GroupChatServiceImpl implements GroupChatService {
hbUser.setGroupChatId(groupChatId);
hbUser.setUserId(userId);
hbUser.setJoinScene(qwUser.getJoin_scene());
hbUser.setJoinState(null);
hbUser.setJoinState(qwUser.getState());
hbUser.setUnionid(qwUser.getUnionid());
hbUser.setDeleteFlag(0);
hbUser.setStatusFlag(1);
......
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