Commit 517ace26 by 徐高华

社群群发

parent dc559dac
......@@ -723,8 +723,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
wxUserId = staff.getWxOpenUseId() ;
}
// 发送到群
List<QywxGroupMessageInfoDTO> msgList = this.queryGroupMsg(GroupMessageServiceImpl.GroupMsgChatType.single,
startTime, endTime, qwDTO, wxUserId);
List<QywxGroupMessageInfoDTO> msgList = this.queryGroupMsg(groupMsgChatType,startTime, endTime, qwDTO, wxUserId);
if(CollectionUtils.isNotEmpty(msgList)) {
return msgList.get(0).getMsgId() ;
}
......
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