| | |
| | | List<TExperimentScheme> experimentSchemes = experimentSchemeService.list(Wrappers.lambdaQuery(TExperimentScheme.class) |
| | | .eq(TExperimentScheme::getDispatchId, experimentResultReport.getDispatchId())); |
| | | experimentResultReportVO.setExperimentSchemes(experimentSchemes); |
| | | // 查询检验报告列表 |
| | | List<TInspectionReport> inspectionReports = inspectionReportService.list(Wrappers.lambdaQuery(TInspectionReport.class) |
| | | .eq(TInspectionReport::getDispatchId, experimentResultReport.getDispatchId())); |
| | | experimentResultReportVO.setInspectionReports(inspectionReports); |