WIN-2308041133\Administrator 3 months ago
parent
commit
b7949a2f1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/store/order/StoreOrder.php

+ 1 - 0
app/controller/api/store/order/StoreOrder.php

@@ -426,6 +426,7 @@ class StoreOrder extends BaseController
 
             return app('json')->fail('不是服务中心不能进行核销');
         }
+        $order = $order->toArray();
         $this->repository->verifyPartOrder($order, $data,$user['uid']);
         return app('json')->success('订单核销成功');