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)