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