@@ -144,6 +144,7 @@ public class UpdateFlightStatusService { | |||
} | |||
private void updateReport(Inspection inspection) { | |||
log.info("修改报告状态和开始时间,同时使用机场ID作为设备ID, 机场名称作为设备名称"); | |||
Report report = reportMapper.selectOne(Wrappers.<Report>lambdaQuery() | |||
.eq(Report::getInspectionId, inspection.getId()) | |||
.eq(Report::getMark, 1)); |