소스 검색

Weenier 168otc项目部署 0630

wesmiler 3 년 전
부모
커밋
3447bd2a39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Common/ActionLogService.php

+ 1 - 1
app/Services/Common/ActionLogService.php

@@ -65,7 +65,7 @@ class ActionLogService extends BaseService
             ->distinct()
             ->select(['user_agent','ip','username','create_time'])
             ->orderBy('create_time','desc')
-            ->take(5)
+            ->take(3)
             ->get();
         $datas = $datas? $datas->toArray() : [];
         if($datas){