|
|
|
|
|
|
|
|
<if test="status != null"> status = #{status}, </if> |
|
|
<if test="status != null"> status = #{status}, </if> |
|
|
<if test="updateUser != null and updateUser != ''"> update_user = #{updateUser},</if> |
|
|
<if test="updateUser != null and updateUser != ''"> update_user = #{updateUser},</if> |
|
|
<if test="updateTime != null"> update_time = #{updateTime},</if> |
|
|
<if test="updateTime != null"> update_time = #{updateTime},</if> |
|
|
|
|
|
<if test="executionStartTime != null"> execution_start_time = #{executionStartTime},</if> |
|
|
</trim> |
|
|
</trim> |
|
|
where id = #{id} |
|
|
where id = #{id} |
|
|
</update> |
|
|
</update> |