hrjy 3 years ago
parent
commit
1253759efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/many/ManyOrder.php

+ 1 - 1
app/models/many/ManyOrder.php

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