作者 lyh

gx

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