@@ -356,6 +356,9 @@
<if test="inProcessStatus != null" >
in_process_status = #{inProcessStatus,jdbcType=INTEGER},
</if>
+ <if test="finishDate != null" >
+ finish_date = #{finishDate,jdbcType=TIMESTAMP},
+ </if>
</set>
where id = #{id,jdbcType=INTEGER}
</update>