作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !108
@@ -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 }