@@ -119,6 +119,7 @@ public class InspectionServiceImpl extends ServiceImpl<InspectionMapper, Inspect | |||
} | |||
LiveChannelVo liveChannelVo = new LiveChannelVo(); | |||
liveChannelVo.setAirportId(inspection.getAirportId()); | |||
if (10 == inspection.getStatus()) { | |||
//任务状态为任务飞行中10视频直播 | |||
LiveChannel liveChannel = liveChannelMapper.selectOne(new LambdaQueryWrapper<LiveChannel>() |
@@ -18,4 +18,9 @@ public class LiveChannelVo { | |||
* AI识别后视频地址 | |||
*/ | |||
private String aiVideoUrl; | |||
/** | |||
* 机场id | |||
*/ | |||
private Integer airportId; | |||
} |