From 7a8294c588484db7daa8fc1d52a6da140d0879fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 13 Jun 2024 22:04:23 +0800 Subject: [PATCH] fixed --- api/controllers/wxapp/licheb/Cusorder.php | 2 ++ 1 file changed, 2 insertions(+) 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 = [