修复配置bug

This commit is contained in:
焦钰锟 2025-03-17 10:45:26 +08:00
parent 1c6f9095a4
commit e966b4eff2

View File

@ -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) {