fix: 修复通知公告发送所有人NPE

修复通知公告发送所有人NPE
This commit is contained in:
Theo
2024-09-26 08:58:33 +08:00
parent ec180c0029
commit 13e199212b
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ import org.springframework.web.bind.annotation.*;
public class NoticeController {
private final NoticeService noticeService;
private final NoticeStatusService noticeStatusService;
@Operation(summary = "通知公告分页列表")