1
This commit is contained in:
parent
82352aadc8
commit
a4a7901bea
|
|
@ -117,6 +117,7 @@
|
|||
<if test="isLock != null">is_lock = #{isLock},</if>
|
||||
<if test="orderId != null">order_id = #{orderId},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
<if test="orderStatus != null">order_status = #{orderStatus},</if>
|
||||
|
||||
</trim>
|
||||
where record_id = #{recordId}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user