|
|
@@ -61,8 +61,9 @@ public class NoticeController { |
|
|
|
|
|
|
|
@GetMapping("/dashboard/list") |
|
|
|
@ApiOperation("工作台公告列表") |
|
|
|
public PageVo<NoticeListItemVO> dashboardList(@RequestParam(required = false, defaultValue = "3") Integer limit) { |
|
|
|
return noticeManage.dashboardList(limit); |
|
|
|
public PageVo<NoticeListItemVO> dashboardList(@RequestParam(required = false, defaultValue = "3") Integer limit, |
|
|
|
@RequestParam(required = false) Integer type) { |
|
|
|
return noticeManage.dashboardList(limit, type); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/manage/list") |
|
|
|