修改pc已读消息列表

This commit is contained in:
sh
2025-11-06 12:33:54 +08:00
parent e5ba8fe0e7
commit e270fcc531
3 changed files with 34 additions and 0 deletions

View File

@@ -229,5 +229,9 @@ public class AppNoticeServiceImpl implements IAppNoticeService
notice.setRemark(StringUtil.NOTICE_TYPE);
return noticeInfoMapper.getNoticlist(notice);
}
public List<Notice> selectListAppNotices(Notice notice){
return noticeInfoMapper.getNoticlist(notice);
}
}