pull/1/head
wanghousheng 10 months ago
parent 763f72fce1
commit d3a6f9c397
  1. 2
      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()) {

Loading…
Cancel
Save