|
@@ -66,6 +66,14 @@ public class PostNoticeServiceImpl implements IPostNoticeService
|
|
|
// return postNoticeMapper.selectPostNoticeListByTitleOrNoticeTime(title,noticeTimeLeft,noticeTimeRight);
|
|
|
// }
|
|
|
|
|
|
+ /**
|
|
|
+ * 搜索公告列表
|
|
|
+ * @param title
|
|
|
+ * @param noticeTimeLeft
|
|
|
+ * @param noticeTimeRight
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+
|
|
|
@Override
|
|
|
public List<PostNotice> selectList(String title, Date noticeTimeLeft, Date noticeTimeRight) {
|
|
|
if (title != null) {
|