linwu 1 жил өмнө
parent
commit
3ddc586f14

+ 1 - 1
app/mainapp/controller/Screen.php

@@ -60,7 +60,7 @@ class Screen extends BaseController
         $comjobs_map[] = ['status', 'in', '3,4'];
         $orderby       = ['status' => 'asc', 'updatetime' => 'desc', 'id' => 'desc'];
         $comjobs       = [];
-        $comjobs_data  = ComjobsModel::with(['worker'])->where($comjobs_map)->order($orderby)->limit(10)->select();
+        $comjobs_data  = ComjobsModel::with(['worker'])->where($comjobs_map)->order($orderby)->limit(30)->select();
         foreach ($comjobs_data as $v) {
             $comjobs[] = [
                 'title'   => $v['title'],