合并分支 'akun' 到 'master'
update 查看合并请求 !1670
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论