@@ -328,18 +328,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||
<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="progressbar != null"> | |||
progressbar = #{progressbar}, | |||
</if> |