Преглед на файлове

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