瀏覽代碼

获取大气数据类型列表

tags/V1.0.1^2
chengwang 1 年之前
父節點
當前提交
764b46c3b2
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml

+ 3
- 4
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml 查看文件

@@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"

<sql id="Base_Column_list">
id, tenant_id, code, name, type, inspection_type,
airport_id, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id,
airport_id, airport_name, drone_id, inspection_line, inspection_line_name, equipment_id, equipment_name, equipment_mount_id, equipment_mount_type, equipment_mount_code
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,
status, analyse_status, progressbar, note, weather, fly_height, srt_name, heartbeat_time, execution_status,
@@ -116,9 +116,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="code != null">code = #{code},</if>
<if test="name != null">name = #{name},</if>
<if test="type != null">type = #{type},</if>
<if test="channelName != null">channel_name = #{channelName},</if>
<if test="legId != null and legId != ''">leg_id = #{legId},</if>
<if test="legName != null">leg_name = #{legName},</if>
<if test="inspectionType != null">inspection_type = #{inspectionType},</if>
<if test="airportId != null">airport_id = #{airportId},</if>
<if test="airportName != null">airport_name = #{airportName},</if>
@@ -128,6 +125,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="equipmentId != null">equipment_id = #{equipmentId},</if>
<if test="equipmentName != null">equipment_name = #{equipmentName},</if>
<if test="equipmentMountId != null">equipment_mount_id = #{equipmentMountId},</if>
<if test="equipmentMountType != null">equipment_mount_type = #{equipmentMountType},</if>
<if test="equipmentMountCode != null">equipment_mount_code = #{equipmentMountCode},</if>
<if test="equipmentMountName != null">equipment_mount_name = #{equipmentMountName},</if>
<if test="cloudBoxId != null">cloud_box_id = #{cloudBoxId},</if>
<if test="cloudBoxName != null">cloud_box_name = #{cloudBoxName},</if>

Loading…
取消
儲存