|
|
|
|
|
|
|
|
<result property="legName" column="leg_name" /> |
|
|
<result property="legName" column="leg_name" /> |
|
|
<result property="inspectionType" column="inspection_type" /> |
|
|
<result property="inspectionType" column="inspection_type" /> |
|
|
<result property="recordId" column="record_id" /> |
|
|
<result property="recordId" column="record_id" /> |
|
|
|
|
|
<result property="sn" column="sn" /> |
|
|
<result property="airportId" column="airport_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="droneId" column="drone_id" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_list"> |
|
|
<sql id="Base_Column_list"> |
|
|
id, tenant_id, dept_id, code, name, type, channel_id, channel_name, leg_id, leg_name, inspection_type, |
|
|
id, tenant_id, dept_id, code, name, type, channel_id, channel_name, leg_id, leg_name, inspection_type, |
|
|
record_id, airport_id, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id, |
|
|
|
|
|
|
|
|
record_id, airport_id, sn, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id, |
|
|
equipment_mount_name, cloud_box_id, cloud_box_name, box_sn, flight_hand, flight_hand_name, inspection_time, |
|
|
equipment_mount_name, cloud_box_id, cloud_box_name, box_sn, flight_hand, flight_hand_name, inspection_time, |
|
|
execution_start_time, execution_end_time, is_live, is_taken, is_tilt, video_url, ai_video_url, report_url, srt_url, |
|
|
execution_start_time, execution_end_time, is_live, is_taken, is_tilt, video_url, ai_video_url, report_url, srt_url, |
|
|
status, analyse_status, progressbar, note, weather, fly_height, srt_name, heartbeat_time, execution_status, |
|
|
status, analyse_status, progressbar, note, weather, fly_height, srt_name, heartbeat_time, execution_status, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="selectInspectionVo"> |
|
|
<sql id="selectInspectionVo"> |
|
|
select id, tenant_id, dept_id, code, name, type, channel_id, channel_name, leg_id, leg_name, inspection_type, |
|
|
select id, tenant_id, dept_id, code, name, type, channel_id, channel_name, leg_id, leg_name, inspection_type, |
|
|
record_id, airport_id, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id, |
|
|
|
|
|
|
|
|
record_id, airport_id, sn, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id, |
|
|
equipment_mount_name, cloud_box_id, cloud_box_name, box_sn, flight_hand, flight_hand_name, inspection_time, |
|
|
equipment_mount_name, cloud_box_id, cloud_box_name, box_sn, flight_hand, flight_hand_name, inspection_time, |
|
|
execution_start_time, execution_end_time, is_live, is_taken, is_tilt, video_url, ai_video_url, report_url, srt_url, |
|
|
execution_start_time, execution_end_time, is_live, is_taken, is_tilt, video_url, ai_video_url, report_url, srt_url, |
|
|
status, analyse_status, progressbar, note, weather, fly_height, srt_name, heartbeat_time, execution_status, |
|
|
status, analyse_status, progressbar, note, weather, fly_height, srt_name, heartbeat_time, execution_status, |
|
|
|
|
|
|
|
|
<if test="legName != null">leg_name = #{legName},</if> |
|
|
<if test="legName != null">leg_name = #{legName},</if> |
|
|
<if test="recordId != null"> record_id = #{RecordId},</if> |
|
|
<if test="recordId != null"> record_id = #{RecordId},</if> |
|
|
<if test="airportId != null">airport_id = #{airportId},</if> |
|
|
<if test="airportId != null">airport_id = #{airportId},</if> |
|
|
|
|
|
<if test="sn != null">sn = #{sn},</if> |
|
|
<if test="airportName != null">airport_name = #{airportName},</if> |
|
|
<if test="airportName != null">airport_name = #{airportName},</if> |
|
|
<if test="droneId != null"> drone_id = #{droneId},</if> |
|
|
<if test="droneId != null"> drone_id = #{droneId},</if> |
|
|
<if test="inspectionLine != null">inspection_line = #{inspectionLine},</if> |
|
|
<if test="inspectionLine != null">inspection_line = #{inspectionLine},</if> |