|
|
|
|
|
|
|
|
<if test="droneId != null"> |
|
|
<if test="droneId != null"> |
|
|
drone_id = #{droneId}, |
|
|
drone_id = #{droneId}, |
|
|
</if> |
|
|
</if> |
|
|
<!-- <if test="airportName != null"> |
|
|
|
|
|
airport_name = #{airportName}, |
|
|
|
|
|
</if> |
|
|
|
|
|
--> |
|
|
|
|
|
<if test="inspectionLine != null"> |
|
|
<if test="inspectionLine != null"> |
|
|
inspection_line = #{inspectionLine}, |
|
|
inspection_line = #{inspectionLine}, |
|
|
</if> |
|
|
</if> |
|
|
<!-- |
|
|
|
|
|
<if test="inspectionLineName != null"> |
|
|
|
|
|
inspection_line_name = #{inspectionLineName}, |
|
|
|
|
|
</if> |
|
|
|
|
|
--> |
|
|
|
|
|
<if test="progressbar != null"> |
|
|
<if test="progressbar != null"> |
|
|
progressbar = #{progressbar}, |
|
|
progressbar = #{progressbar}, |
|
|
</if> |
|
|
</if> |