From 66c96b85fd1e1106136630f86a67df437adbbc49 Mon Sep 17 00:00:00 2001 From: dengbw Date: Fri, 16 Jun 2023 17:31:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- market/controllers/api/sylive/GroupsCustomer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/market/controllers/api/sylive/GroupsCustomer.php b/market/controllers/api/sylive/GroupsCustomer.php index 2d1197e0..14d473b8 100644 --- a/market/controllers/api/sylive/GroupsCustomer.php +++ b/market/controllers/api/sylive/GroupsCustomer.php @@ -209,7 +209,7 @@ class groupsCustomer extends BaseController } } } - $count = $this->mdSyliveOrder->count($where); + $count = $this->mdSyliveCustomer->count($where); if ($limit >= 10000 && $count > 10000) { $this->return_json('导出失败,每次导出不能超出10000条数据'); } @@ -334,4 +334,4 @@ class groupsCustomer extends BaseController } } -} \ No newline at end of file +}