|
|
@@ -963,9 +963,9 @@ class StoreOrder extends BaseController
|
|
963
|
963
|
// $order = $this->repository->getDetail((int)$id, $this->request->uid());
|
|
964
|
964
|
if (!$order)
|
|
965
|
965
|
return app('json')->fail('订单不存在');
|
|
966
|
|
- if ($order->order_type == 1) {
|
|
967
|
|
- $order->append(['take']);
|
|
968
|
|
- }
|
|
|
966
|
+// if ($order->order_type == 1) {
|
|
|
967
|
+// $order->append(['take']);
|
|
|
968
|
+// }
|
|
969
|
969
|
return app('json')->success($order->toArray());
|
|
970
|
970
|
// $query = Db::name('store_order')
|
|
971
|
971
|
// ->where('order_sn', $id)
|