opt: 穿拔轴调度添加任务,操作日志不在记录:获取未读的接收消息条数的相关记录

This commit is contained in:
2024-07-04 10:26:52 +08:00
parent 0c32a3f635
commit 7d6a2b0b88
2 changed files with 5 additions and 2 deletions

View File

@@ -64,13 +64,13 @@ public class SysNoticeController {
return new ResponseEntity<>(HttpStatus.OK);
}
@Log("获取未读的接收消息条数")
// @Log("获取未读的接收消息条数")
@GetMapping("/countByReceiveNotRead")
public ResponseEntity<Object> countByReceiveNotRead() {
return new ResponseEntity<>(noticeService.countByReceiveNotRead(), HttpStatus.OK);
}
@Log("接收消息分页")
// @Log("接收消息分页")
@GetMapping("/pageByReceive")
public ResponseEntity<Object> pageByReceive() {
return new ResponseEntity<>(noticeService.pageByReceive(), HttpStatus.OK);