wanjing пре 9 месеци
родитељ
комит
25fe585295
1 измењених фајлова са 0 додато и 4 уклоњено
  1. +0
    -4
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml

+ 0
- 4
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml Прегледај датотеку

@@ -196,16 +196,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update th_inspection
<trim prefix="SET" suffixOverrides=",">
<if test="roadId != null and roadId != ''">road_id = #{roadId},</if>
<if test="roadName != null">road_name = #{roadName},</if>
<if test="sectionId != null and sectionId != ''">section_id = #{sectionId},</if>
<if test="sectionName != null">section_name = #{sectionName},</if>
<if test="inspectionType != null">inspection_type = #{inspectionType},</if>
<if test="airportTaskId != null">airport_task_id = #{airportTaskId},</if>
<if test="airportId != null">airport_id = #{airportId},</if>
<if test="droneId != null">drone_id = #{droneId},</if>
<if test="airportName != null">airport_name = #{airportName},</if>
<if test="inspectionLine != null">inspection_line = #{inspectionLine},</if>
<if test="inspectionLineName != null">inspection_line_name = #{inspectionLineName},</if>
<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>

Loading…
Откажи
Сачувај