【8.1.0】【notice】修复消息发送

pull/60/head
fengshuonan 2024-01-15 13:41:24 +08:00
parent 54502b63bb
commit 71dad3e585
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class SysNoticeServiceImpl extends ServiceImpl<SysNoticeMapper, SysNotice
this.updateById(sysNotice);
// 2. 获取发送对象全部转化为用户id
NoticeUserScope noticeUserScope = sysNoticeRequest.getNoticeUserScope();
NoticeUserScope noticeUserScope = sysNotice.getNoticeUserScope();
Set<Long> noticeUserList = this.getNoticeUserList(noticeUserScope);
// 3. 发送通知给接收人