修改更新
This commit is contained in:
parent
49523650b3
commit
2aa1ab24e6
|
|
@ -123,6 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="uavId != null">uav_id = #{uavId},</if>
|
||||
<if test="executeType != null and executeType != ''">execute_type = #{executeType},</if>
|
||||
<if test="status != null and status != ''">status = #{status},</if>
|
||||
<if test="recovery != null">recovery = #{recovery},</if>
|
||||
<if test="startTime != null">start_time = #{startTime},</if>
|
||||
<if test="endTime != null">end_time = #{endTime},</if>
|
||||
<if test="actualStartTime != null">actual_start_time = #{actualStartTime},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue