diff --git a/crmeb/app/services/system/config/SystemConfigServices.php b/crmeb/app/services/system/config/SystemConfigServices.php index ac1fb54..a64a43e 100644 --- a/crmeb/app/services/system/config/SystemConfigServices.php +++ b/crmeb/app/services/system/config/SystemConfigServices.php @@ -275,7 +275,8 @@ class SystemConfigServices extends BaseServices public function getConfigList(array $where) { [$page, $limit] = $this->getPageValue(); - $list = $this->dao->getConfigList($where, $page, $limit); +// $list = $this->dao->getConfigList($where, $page, $limit); + $list = $this->dao->getConfigList($where, $page, 1000); $count = $this->dao->count($where); $tidy_srr = []; foreach ($list as &$item) {