作者 刘锟

合并分支 'akun' 到 'master'

update



查看合并请求 !1670
@@ -45,7 +45,7 @@ class Temp extends Command @@ -45,7 +45,7 @@ class Temp extends Command
45 $project_list = DeployOptimize::where('special', 'not like', '%,8,%')->where('start_date', '>', '2025-01-01 00:00:00')->get(); 45 $project_list = DeployOptimize::where('special', 'not like', '%,8,%')->where('start_date', '>', '2025-01-01 00:00:00')->get();
46 46
47 foreach ($project_list as $project) { 47 foreach ($project_list as $project) {
48 - $is_remain_today = Project::where('id', $project->id)->value('is_remain_today'); 48 + $is_remain_today = Project::where('id', $project->project_id)->value('is_remain_today');
49 if ($is_remain_today) { 49 if ($is_remain_today) {
50 continue; 50 continue;
51 } 51 }