Commit da7426d7 by 裴大威

fix code

parent e6878e93
...@@ -166,7 +166,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -166,7 +166,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
// 进群之后更新群qrCodeId // 进群之后更新群qrCodeId
updateQrcodeForCipher(wxGroupId, cipher, agreeAddUserDTO.getUserWxId()); updateQrcodeForCipher(wxGroupId, cipher, agreeAddUserDTO.getUserWxId());
return; return;
// } }
AddToGroupVO vo1 = new AddToGroupVO(); AddToGroupVO vo1 = new AddToGroupVO();
vo1.setWxGroupId(wxGroupId); vo1.setWxGroupId(wxGroupId);
vo1.setWxId(agreeAddUserDTO.getUserWxId()); vo1.setWxId(agreeAddUserDTO.getUserWxId());
......
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