@@ -966,7 +966,7 @@ class StoreOrderController
['refund_price', 0],
['type', 1],
], $request);
- var_dump($data);
+// var_dump($data);
if (!$data['id']) return app('json')->fail('数据不存在');
$orderInfo = StoreExchangeOrder::where('id', $data['id'])->where('store_id', SystemStoreStaff::where('uid', $uid)->value('store_id'))->where('refund_status', 0)->find();
if (!$orderInfo) return app('json')->fail('订单不存在于该门店或未支付或已退款');