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