Commit aab99556 by 朱亚洁

社群码导出

parent b9292251
...@@ -1103,7 +1103,7 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -1103,7 +1103,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
qrcodeName = "未命名" + noName; qrcodeName = "未命名" + noName;
} }
} }
if (Integer.valueOf(2).equals(bookDto.getJoinGroupType())) { if (Integer.valueOf(2).equals(bookDto.getJoinGroupType()) && !StringUtil.isEmpty(bookDto.getBookGroupCipher())) {
qrcodeName = qrcodeName + "(" + bookDto.getBookGroupCipher() + ")"; qrcodeName = qrcodeName + "(" + bookDto.getBookGroupCipher() + ")";
} }
// 加入二维码图片 // 加入二维码图片
......
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