update wms_order set settle = 6 ,update_time = getdate() ,memo = '删除按钮手动转换' ,update_by = #{userId} where 1=1 and id = #{orderId} update wms_order set settle = #{settle} ,update_time = getdate() ,update_by = #{userId} where 1=1 and id = #{orderId} and host_id = #{hostId}