Commit b0e88dc3 by 阮思源

1v1模式加个暗号的校验

parent 9c3f8364
......@@ -265,6 +265,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
if (isShowBookName != null) {
bookGroup.setIsShowBookName(isShowBookName);
}
if (JoinGroupTypeEnum.ROBOT.getCode().equals(joinGroupType)){
bookGroup.setBookGroupCipher(getBookGroupCipher());
}
if (addType != null && addType == 1) {
GroupQrcodeVO groupQrcodeVO;
if (sceneId != null) {
......
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