|
@@ -29,9 +29,6 @@ import java.util.List;
|
|
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
|
@RequiredArgsConstructor(onConstructor_ = {@Lazy})
|
|
public class ReportController {
|
|
public class ReportController {
|
|
private final ReportService reportService;
|
|
private final ReportService reportService;
|
|
- private final AssoTaskPersonelService assoTaskPersonelService;
|
|
|
|
- private final ReportFileService reportFileService;
|
|
|
|
- private final AssoReportFileService assoReportFileService;
|
|
|
|
private final ReportReferencesService reportReferencesService;
|
|
private final ReportReferencesService reportReferencesService;
|
|
|
|
|
|
|
|
|