订单生成

parent bc37e310
Showing with 1 additions and 1 deletions
...@@ -306,7 +306,7 @@ class OrderService ...@@ -306,7 +306,7 @@ class OrderService
->where("user_id",$user_id) ->where("user_id",$user_id)
->groupBy('status') ->groupBy('status')
->get() ->get()
->keyby("status") // ->keyby("status")
->toArray(); ->toArray();
return [ return [
......
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