更新订单详情

parent 78b6d1b4
Showing with 1 additions and 1 deletions
...@@ -98,7 +98,7 @@ class OrderService ...@@ -98,7 +98,7 @@ class OrderService
"create_time"=>time(), "create_time"=>time(),
"update_time"=>time(), "update_time"=>time(),
],[ ],[
"address_id"=>$shipping_address_id, "address_id"=>$billing_address_id,
"user_id"=>$user_id, "user_id"=>$user_id,
"order_id"=>$order_id, "order_id"=>$order_id,
"address_type"=>\Arr::get($billingAddress,"address_type",0), "address_type"=>\Arr::get($billingAddress,"address_type",0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment