正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -176,6 +176,7 @@ class RemainDay extends Command | @@ -176,6 +176,7 @@ class RemainDay extends Command | ||
| 176 | if($item['version'] == 7.5 && $deploy_build['seo_plan'] != 0 && $deploy_build['plan'] != 0){ | 176 | if($item['version'] == 7.5 && $deploy_build['seo_plan'] != 0 && $deploy_build['plan'] != 0){ |
| 177 | $geoCountModel = new GeoCount(); | 177 | $geoCountModel = new GeoCount(); |
| 178 | $is_qualify = $geoCountModel->where('project_id', $item['id'])->orderBy('id', 'desc')->value('is_qualify'); | 178 | $is_qualify = $geoCountModel->where('project_id', $item['id'])->orderBy('id', 'desc')->value('is_qualify'); |
| 179 | + $remain_day = $item['remain_day']; | ||
| 179 | if($item['is_remain_today'] > 0 && $is_qualify > 0){ | 180 | if($item['is_remain_today'] > 0 && $is_qualify > 0){ |
| 180 | $remain_day = $item['remain_day'] - 1; | 181 | $remain_day = $item['remain_day'] - 1; |
| 181 | } | 182 | } |
-
请 注册 或 登录 后发表评论