修复配置bug
This commit is contained in:
parent
1c6f9095a4
commit
e966b4eff2
@ -275,7 +275,8 @@ class SystemConfigServices extends BaseServices
|
|||||||
public function getConfigList(array $where)
|
public function getConfigList(array $where)
|
||||||
{
|
{
|
||||||
[$page, $limit] = $this->getPageValue();
|
[$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);
|
$count = $this->dao->count($where);
|
||||||
$tidy_srr = [];
|
$tidy_srr = [];
|
||||||
foreach ($list as &$item) {
|
foreach ($list as &$item) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user