作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !116
@@ -443,7 +443,7 @@ class ProjectUpdate extends Command @@ -443,7 +443,7 @@ class ProjectUpdate extends Command
443 return $task_id; 443 return $task_id;
444 } 444 }
445 445
446 - $task_list = UpdateLog::where('project_id', 528)->where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(7)->get(); 446 + $task_list = UpdateLog::where('project_id', 543)->where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(7)->get();
447 if ($task_list->count() == 0) { 447 if ($task_list->count() == 0) {
448 return false; 448 return false;
449 } 449 }