|
|
@@ -46,7 +46,7 @@ class ManyOrder extends BaseModel
|
|
|
->leftJoin('user u', 'u.uid = a.uid')
|
|
|
->where('a.uid', $where['uid']);
|
|
|
|
|
|
- if ($where['status'] == 0 or $where['status']) $model->where('a.status', '=', $where['status']);
|
|
|
+// if ($where['status'] == 0 or $where['status']) $model->where('a.status', '=', $where['status']);
|
|
|
$data['count'] = $model->count();
|
|
|
|
|
|
if ($where['page'] && $where['limit']) {
|