浏览代码

得润宝

cqp 22 小时之前
父节点
当前提交
3c693c5147
共有 1 个文件被更改,包括 1 次插入1 次删除
  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];
     }