作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3169
... ... @@ -176,6 +176,7 @@ class RemainDay extends Command
if($item['version'] == 7.5 && $deploy_build['seo_plan'] != 0 && $deploy_build['plan'] != 0){
$geoCountModel = new GeoCount();
$is_qualify = $geoCountModel->where('project_id', $item['id'])->orderBy('id', 'desc')->value('is_qualify');
$remain_day = $item['remain_day'];
if($item['is_remain_today'] > 0 && $is_qualify > 0){
$remain_day = $item['remain_day'] - 1;
}
... ...