|
@@ -136,7 +136,7 @@ class OrderService extends BaseService
|
|
|
public function getInfo($id)
|
|
public function getInfo($id)
|
|
|
{
|
|
{
|
|
|
$info = $this->model->where('id', $id)->where('mark', 1)
|
|
$info = $this->model->where('id', $id)->where('mark', 1)
|
|
|
- ->with(['user', 'orderGoods', 'store'])
|
|
|
|
|
|
|
+ ->with(['user', 'orderGoods', 'store','recUser'])
|
|
|
->first();
|
|
->first();
|
|
|
|
|
|
|
|
if (!$info) {
|
|
if (!$info) {
|