*/ | */ | ||||
private Integer airportId; | private Integer airportId; | ||||
/** | |||||
* 巡检无人机id | |||||
*/ | |||||
private Integer droneId; | |||||
/** | /** | ||||
* 巡检机场名称 | * 巡检机场名称 | ||||
*/ | */ |
*/ | */ | ||||
private Integer airportId; | private Integer airportId; | ||||
/** | |||||
* 巡检机场id | |||||
*/ | |||||
private Integer droneId; | |||||
/** | /** | ||||
* 巡检机场名称 | * 巡检机场名称 | ||||
*/ | */ |
*/ | */ | ||||
private Integer airportId; | private Integer airportId; | ||||
/** | |||||
* 巡检机场 | |||||
*/ | |||||
private Integer droneId; | |||||
/** | /** | ||||
* 巡检机场名称 | * 巡检机场名称 | ||||
*/ | */ |
inspection.setCreateTime(DateUtils.now()); | inspection.setCreateTime(DateUtils.now()); | ||||
inspection.setAccidentTask(1); | inspection.setAccidentTask(1); | ||||
inspection.setIsLive(1); | inspection.setIsLive(1); | ||||
inspection.setDroneId(request.getDroneId()); | |||||
int result = inspectionMapper.insert(inspection); | int result = inspectionMapper.insert(inspection); | ||||
if(result<=0){ | if(result<=0){ | ||||
log.info("创建应急任务失败"); | log.info("创建应急任务失败"); |
*/ | */ | ||||
private Integer airportId; | private Integer airportId; | ||||
/** | |||||
* 巡检无人机id | |||||
*/ | |||||
private Integer droneId; | |||||
/** | /** | ||||
* 巡检机场名称 | * 巡检机场名称 | ||||
*/ | */ |