|
...
|
...
|
@@ -45,7 +45,7 @@ class Temp extends Command |
|
|
|
$project_list = DeployOptimize::where('special', 'not like', '%,8,%')->where('start_date', '>', '2025-01-01 00:00:00')->get();
|
|
|
|
|
|
|
|
foreach ($project_list as $project) {
|
|
|
|
$is_remain_today = Project::where('id', $project->id)->value('is_remain_today');
|
|
|
|
$is_remain_today = Project::where('id', $project->project_id)->value('is_remain_today');
|
|
|
|
if ($is_remain_today) {
|
|
|
|
continue;
|
|
|
|
}
|
...
|
...
|
|