手动结束订单更新车辆状态brsStatus

This commit is contained in:
19173159168
2025-09-07 19:53:32 +08:00
parent ae5b589624
commit 449b0632e9
3 changed files with 3 additions and 4 deletions

View File

@ -199,7 +199,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="purchasePrice != null">purchase_price = #{purchasePrice},</if>
<if test="belongType != null">belong_type = #{belongType},</if>
<if test="images != null">images = #{images},</if>
<if test="brsStatus != null">brs_status = #{brsStatus},</if>
<if test="brsStatus != null and brsStatus != ''">brs_status = #{brsStatus},</if>
<if test="iotStatus != null">iot_status = #{iotStatus},</if>
<if test="iotCode != null">iot_code = #{iotCode},</if>
<if test="operatorId != null">operator_id = #{operatorId},</if>