fix: 修复通知公告发送所有人NPE
修复通知公告发送所有人NPE
This commit is contained in:
@@ -31,7 +31,6 @@ import org.springframework.web.bind.annotation.*;
|
||||
public class NoticeController {
|
||||
|
||||
private final NoticeService noticeService;
|
||||
|
||||
private final NoticeStatusService noticeStatusService;
|
||||
|
||||
@Operation(summary = "通知公告分页列表")
|
||||
|
||||
Reference in New Issue
Block a user