任敬轩 hace 3 años
padre
commit
8a91aa9cd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Modules/Log/Http/Controllers/LogController.php

+ 1 - 1
Modules/Log/Http/Controllers/LogController.php

@@ -57,7 +57,7 @@ class LogController extends BaseController
             $log_list = $log_list->where('log.created_at','like','%'.$request->input('created_at').'%');
         }
 
-        $log_list = $log_list->paginate(10);
+        $log_list = $log_list->paginate(50);
 
         if(count($log_list)>0){
             for($i=0;$i<count($log_list);$i++){