正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论