|
@@ -102,10 +102,9 @@ public class VisitorController extends BaseController {
|
|
|
* 获取通知公告列表
|
|
|
*/
|
|
|
@GetMapping("/study/list")
|
|
|
- public TableDataInfo studyList()
|
|
|
+ public TableDataInfo studyList(SysNotice notice)
|
|
|
{
|
|
|
startPage();
|
|
|
- SysNotice notice = new SysNotice();
|
|
|
notice.setNoticeType("3");
|
|
|
notice.setStatus("0");
|
|
|
List<SysNotice> list = noticeService.selectNoticeList(notice);
|