From 4a82cb550b2404633ff25669213c7db22ca3dc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A1=83?= <1098598843@qq.com> Date: Wed, 22 Feb 2023 14:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E8=B4=AD=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/enter/EnterCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/enter/EnterCompany.php b/app/controller/api/enter/EnterCompany.php index b484f1a0..560b85aa 100644 --- a/app/controller/api/enter/EnterCompany.php +++ b/app/controller/api/enter/EnterCompany.php @@ -78,7 +78,7 @@ class EnterCompany extends BaseController public function get_list($page=1,$limit=10) { $uid = $this->request->uid(); - $where = ['uid' => $this->request->uid()]; + $where = ['uid' => $this->request->uid(),'paid'=>1]; $cart_id = Db::table('eb_store_cart') ->where('uid', '=', $uid) ->where('is_dg', '=', 1)