|
|
@@ -12,17 +12,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="name" column="name" /> |
|
|
|
<result property="type" column="type" /> |
|
|
|
<result property="roadId" column="road_id" /> |
|
|
|
<result property="roadName" column="road_name" /> |
|
|
|
<!-- <result property="roadName" column="road_name" />--> |
|
|
|
<result property="sectionId" column="section_id" /> |
|
|
|
<result property="sectionName" column="section_name" /> |
|
|
|
<!-- <result property="sectionName" column="section_name" />--> |
|
|
|
<result property="inspectionType" column="inspection_type" /> |
|
|
|
<result property="inspectionCycleId" column="inspection_cycleId_id" /> |
|
|
|
<result property="airportTaskId" column="airport_task_id" /> |
|
|
|
<result property="airportId" column="airport_id" /> |
|
|
|
<result property="airportName" column="airport_name" /> |
|
|
|
<!-- <result property="airportName" column="airport_name" />--> |
|
|
|
<result property="droneId" column="drone_id" /> |
|
|
|
<result property="inspectionLine" column="inspection_line" /> |
|
|
|
<result property="inspectionLineName" column="inspection_line_name" /> |
|
|
|
<!-- <result property="inspectionLineName" column="inspection_line_name" />--> |
|
|
|
<result property="equipmentId" column="equipment_id" /> |
|
|
|
<result property="equipmentName" column="equipment_name" /> |
|
|
|
<result property="equipmentMountId" column="equipment_mount_id" /> |
|
|
@@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
<sql id="Base_Column_list"> |
|
|
|
t.id, t.tenant_id, t.dept_id, t.code, t.name, t.type, t.inspection_type, t.inspection_cycle_id, t.airport_task_id, |
|
|
|
t.airport_id, t.airport_name, t.drone_id, t.inspection_line, t.inspection_line_name, t.airport_line_length, t.equipment_id, t.equipment_name, t.equipment_mount_id, |
|
|
|
t.airport_id, t.drone_id, t.inspection_line, t.airport_line_length, t.equipment_id, t.equipment_name, t.equipment_mount_id, |
|
|
|
t.equipment_mount_name, t.cloud_box_id, t.cloud_box_name, t.box_sn, t.flight_hand, t.flight_hand_name, t.inspection_time, |
|
|
|
t.execution_start_time, t.execution_end_time, t.is_live, t.is_taken, t.is_tilt, t.video_url, t.ai_video_url, t.report_url, t.srt_url, |
|
|
|
t.status, t.analyse_status, t.progressbar, t.note, t.weather, t.fly_height, t.mileage, t.flytime, t.srt_name, t.heartbeat_time, t.execution_status, |