From d3a6f9c397cd7088770e0d4f7ce375a12f4e26d7 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Thu, 1 Feb 2024 15:39:46 +0800 Subject: [PATCH] 1 --- app/api/controller/Recovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Recovery.php b/app/api/controller/Recovery.php index a726471a..81eea271 100644 --- a/app/api/controller/Recovery.php +++ b/app/api/controller/Recovery.php @@ -58,7 +58,7 @@ class Recovery extends Controller } $where[] = ['server_recovery.status', '=', 1]; $model = new ServerRecovery(); - $list = $model->getList($where, $order_field, $order_sort); + $list = $model->getList($where, 15, $order_field, $order_sort); $data['list'] = $list->items(); $data['total'] = $list->total(); if (!$list->isEmpty()) {