通知公告新增阅读用户列表

This commit is contained in:
RuoYi
2026-04-14 16:11:36 +08:00
parent 0728a04b1b
commit d454d9729e
2 changed files with 2 additions and 2 deletions
@@ -127,7 +127,7 @@ public class SysNoticeController extends BaseController
* 已读用户列表数据
*/
@PreAuthorize("@ss.hasPermi('system:notice:list')")
@PostMapping("/readUsers/list")
@GetMapping("/readUsers/list")
@ResponseBody
public TableDataInfo readUsersList(Long noticeId, String searchValue)
{