合并分支 'akun' 到 'master'
Akun 查看合并请求 !147
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -481,7 +481,7 @@ class ProjectUpdate extends Command | @@ -481,7 +481,7 @@ class ProjectUpdate extends Command | ||
| 481 | return $task_id; | 481 | return $task_id; |
| 482 | } | 482 | } |
| 483 | 483 | ||
| 484 | - $task_list = UpdateLog::where('project_id', 543)->where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(8)->get(); | 484 | + $task_list = UpdateLog::where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(8)->get(); |
| 485 | if ($task_list->count() == 0) { | 485 | if ($task_list->count() == 0) { |
| 486 | return false; | 486 | return false; |
| 487 | } | 487 | } |
-
请 注册 或 登录 后发表评论