|
|
@@ -144,7 +144,7 @@ class OrderService extends BaseService
|
|
|
'complete' => $query4->whereIn('status',[4,5])->count('id'),
|
|
|
];
|
|
|
|
|
|
- $list = $query->with(['user', 'orderGoods', 'store','commission'])
|
|
|
+ $list = $query->with(['user', 'orderGoods', 'store','subOrders','commission'])
|
|
|
->orderBy('create_time', 'desc')
|
|
|
->orderBy('id', 'desc')
|
|
|
->paginate($pageSize);
|