...
|
...
|
@@ -54,7 +54,7 @@ class Order extends Backend |
|
|
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
|
|
|
|
|
$list = $this->model
|
|
|
->with(['stor','user','batterycode'])
|
|
|
->with(['stor','user'])
|
|
|
->where($where)
|
|
|
->order($sort, $order)
|
|
|
->paginate($limit);
|
...
|
...
|
|