|
// return postNoticeMapper.selectPostNoticeListByTitleOrNoticeTime(title,noticeTimeLeft,noticeTimeRight);
|
|
// return postNoticeMapper.selectPostNoticeListByTitleOrNoticeTime(title,noticeTimeLeft,noticeTimeRight);
|
|
public List<PostNotice> selectList(String title, Date noticeTimeLeft, Date noticeTimeRight) {
|
|
public List<PostNotice> selectList(String title, Date noticeTimeLeft, Date noticeTimeRight) {
|