修改更新

This commit is contained in:
孙小云 2026-03-17 15:40:15 +08:00
parent 49523650b3
commit 2aa1ab24e6
1 changed files with 1 additions and 0 deletions

View File

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