Bläddra i källkod

Merge branch 'develop' of http://192.168.11.14:51037/gitadmin/tuoheng_freeway into develop

pull/361/head
wanjing 9 månader sedan
förälder
incheckning
25fe585295
1 ändrade filer med 0 tillägg och 4 borttagningar
  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 Visa fil

@@ -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>

Laddar…
Avbryt
Spara