作者 lyh

gx

... ... @@ -124,7 +124,7 @@ class RemainDay extends Command
$pause_days = $item['pause_days'] + 1;
}
$this->project->edit(['pause_days'=>$pause_days],['id'=>$item['id']]);
return true;
continue;
}
//未暂停的项目
if($item['type'] == Project::TYPE_TWO || $item['type'] == Project::TYPE_FOUR){
... ...