This commit is contained in:
15066119699 2025-03-12 20:49:13 +08:00
parent 82352aadc8
commit a4a7901bea

View File

@ -117,6 +117,7 @@
<if test="isLock != null">is_lock = #{isLock},</if> <if test="isLock != null">is_lock = #{isLock},</if>
<if test="orderId != null">order_id = #{orderId},</if> <if test="orderId != null">order_id = #{orderId},</if>
<if test="updateTime != null">update_time = #{updateTime},</if> <if test="updateTime != null">update_time = #{updateTime},</if>
<if test="orderStatus != null">order_status = #{orderStatus},</if>
</trim> </trim>
where record_id = #{recordId} where record_id = #{recordId}