作者 刘锟

update

@@ -452,7 +452,7 @@ class ProjectUpdate extends Command @@ -452,7 +452,7 @@ class ProjectUpdate extends Command
452 return $task_id; 452 return $task_id;
453 } 453 }
454 454
455 - $task_list = UpdateLog::where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(8)->get(); 455 + $task_list = UpdateLog::where('status', UpdateLog::STATUS_UN)->orderBy('sort', 'asc')->orderBy('project_id', 'asc')->limit(20)->get();
456 if ($task_list->count() == 0) { 456 if ($task_list->count() == 0) {
457 return false; 457 return false;
458 } 458 }