feat: 联调完善3

dev_1.1.0
tp_caosong1 2025-01-06 16:52:37 +08:00
parent 37408313a3
commit a02fdc81aa
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
<if test="taskStatus != null">task_status = #{taskStatus},</if>
<if test="createTime != null">create_time = #{createTime},</if>
<if test="endTime != null">end_time = #{endTime},</if>
<if test="year != null">year = #{year},</if>
</set>
WHERE id = #{id}
</update>