From 6345662836d3db157df8459db8b1ba9d27ceeafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Fri, 21 Jun 2024 11:38:06 +0800 Subject: [PATCH] bug --- api/controllers/wxapp/licheb/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/licheb/User.php b/api/controllers/wxapp/licheb/User.php index 122f48ed..337544c2 100644 --- a/api/controllers/wxapp/licheb/User.php +++ b/api/controllers/wxapp/licheb/User.php @@ -332,7 +332,7 @@ class User extends Wxapp $group_id == 1 && $where['sale_id'] = $uid; $fq_total = $this->orders_model->count($where); $where = [ - 'status>=' => 1, + 'status' => 1, 'brand_id>' => 0, 'biz_id' => $biz_id, 'status!=' => 2, ]; $group_id == 1 && $where['sale_id'] = $uid;