diff --git a/api/controllers/wxapp/licheb/Cusorder.php b/api/controllers/wxapp/licheb/Cusorder.php index 7eb5d68b..264bdeba 100644 --- a/api/controllers/wxapp/licheb/Cusorder.php +++ b/api/controllers/wxapp/licheb/Cusorder.php @@ -279,8 +279,10 @@ class Cusorder extends Wxapp $where['biz_id'] = $this->biz_id; } $where['status<'] = 3; + $where['status>'] = -1; $d_count = $this->orders_model->count($where); unset($where['status<']); + unset($where['status>']); $where['status'] = 3; $f_count = $this->orders_model->count($where); $lists = [