作者 lyh

gx

... ... @@ -71,7 +71,7 @@ class Yesterday extends Command
}else{
$arr['compliance_day'] = $rank_info->compliance_day;
}
echo 'error '.$v['service_duration'];
echo 'error '.$v;
$arr['service_day'] = $v['service_duration'] - Common::getDaysToTargetDate($v['created_at']);
$arr['project_id'] = $v['project_id'];
$arr['created_at'] = date('Y-m-d H:i:s');
... ...