Commit 50fe5104 by 阮思源

修改下

parent 842e3519
......@@ -466,7 +466,11 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
//根据机器人id和wxId和类型获取暗号信息
List<JoinGroupCipher> joinGroupCiphers = joinGroupCipherDao.getListByAltIdAndWxIdAndType(robotId, userWxId, CipherTypeEnum.BOOK_GROUP_CIPHER.code);
if (!ListUtils.isEmpty(joinGroupCiphers)) {
inviteToGroupByKeyword(sendTextDTO, joinGroupCiphers);
try {
inviteToGroupByKeyword(sendTextDTO, joinGroupCiphers);
} catch (Exception e) {
log.error("拉群出错" + e.getMessage());
}
}
}
......
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