Commit 6901685a by 徐高华

log

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