修改pc已读消息列表
This commit is contained in:
@@ -82,4 +82,11 @@ public interface IAppNoticeService
|
||||
void readSysNotices(String ids,Long userId);
|
||||
|
||||
List<Notice> selectListAppNotics(Notice notice);
|
||||
|
||||
/**
|
||||
* 获取消息列表
|
||||
* @param notice
|
||||
* @return
|
||||
*/
|
||||
List<Notice> selectListAppNotices(Notice notice);
|
||||
}
|
||||
|
||||
@@ -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