作者 lyh

变更数据

@@ -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 }