|
|
@ -172,6 +172,7 @@ public class QmsGroupController { |
|
|
|
List<String> userIds = groupScopes.stream() |
|
|
|
.map(QmsGroupScope::getScopeValue) |
|
|
|
.distinct().collect(Collectors.toList()); |
|
|
|
if(CollectionUtil.isEmpty(userIds)){return R.ok();} |
|
|
|
List<WxUser> wxUserList = wxUserService.getBySysUserIds(userIds); |
|
|
|
//发送推送
|
|
|
|
for (WxUser wxUser : wxUserList) { |
|
|
|