cqp 11 stundas atpakaļ
vecāks
revīzija
3c693c5147
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Service/U8ServerService.php

+ 1 - 1
app/Service/U8ServerService.php

@@ -61,7 +61,7 @@ class U8ServerService extends Service
             ->orderBy('a.ID','desc');
 
         $list = $this->limit($model,'',$data);
-        $list = $this->fillAll($list, 3);
+        $list = $this->fillAll($list, 2);
 
        return [true , $list];
     }