Commit 82c56bbc by 徐高华

Merge branch 'feature/社群' into 'developer'

log

See merge request !721
parents 5666bf5d 6901685a
......@@ -184,7 +184,7 @@ public class GroupChatHmController {
List<Long> addIdList = addView.stream().collect(Collectors.toList());
logger.info("增加的群={}", addIdList);
if(CollectionUtils.isNotEmpty(addIdList)) {
String chats = this.getGroupChatName(wxEnterpriseId, newIdList) ;
String chats = this.getGroupChatName(wxEnterpriseId, addIdList) ;
if(StringUtils.isNotBlank(chats)) {
p = "新增可加入群聊【" + chats + "】";
content.append(p);
......
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