update goods_order
nurse_station_id =
#{nurseStationId},
patient_id =
#{patientId},
order_no =
#{orderNo},
order_status =
#{orderStatus},
total_price =
#{totalPrice},
receiver =
#{receiver},
receive_address =
#{receiveAddress},
phone =
#{phone},
order_time =
#{orderTime},
order_channel =
#{orderChannel},
buy_source =
#{buySource},
remark =
#{remark},
del_flag =
#{delFlag},
create_by =
#{createBy},
create_time =
#{createTime},
update_by =
#{updateBy},
update_time =
#{updateTime},
refund_type =
#{refundType},
refund_reason_dict_id =
#{refundReasonDictId},
refund_reason_remark =
#{refundReasonRemark},
confirm_refund_status =
#{confirmRefundStatus},
where id = #{id}