修改pc已读消息列表
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user