|
...
|
...
|
@@ -80,6 +80,9 @@ class RemainDay extends Command |
|
|
|
}else{
|
|
|
|
if($item['type'] == Project::TYPE_TWO){
|
|
|
|
$compliance_day = $item->finish_remain_day ?? 0;
|
|
|
|
if($compliance_day == 0){
|
|
|
|
$item->pause_days = 0;
|
|
|
|
}
|
|
|
|
$remain_day = $item['deploy_build']['service_duration'] + $item->pause_days - $compliance_day;
|
|
|
|
}else{
|
|
|
|
if($item->uptime){
|
...
|
...
|
|