This commit is contained in:
苏竹红
2024-01-04 15:22:52 +08:00
parent 54390e62eb
commit e25daf269d

View File

@@ -299,6 +299,9 @@
<if test="deleted != null">
deleted = #{deleted,jdbcType=BIT},
</if>
<if test="checkInTime != null">
check_in_time = #{checkInTime,jdbcType=TIMESTAMP},
</if>
</set>
where id = #{id,jdbcType=BIGINT}
</update>