作者 lyh
@@ -96,7 +96,7 @@ class ProjectLogic extends BaseLogic @@ -96,7 +96,7 @@ class ProjectLogic extends BaseLogic
96 if($info['is_upgrade'] == 1){ 96 if($info['is_upgrade'] == 1){
97 $collect_info = UpdateLog::where('project_id',$id)->where('api_type','blog')->first(); 97 $collect_info = UpdateLog::where('project_id',$id)->where('api_type','blog')->first();
98 if($collect_info){ 98 if($collect_info){
99 - $collect_time = $collect_info->collect_status == 0 ? '采集中' : $collect_info->updated_at; 99 + $collect_time = $collect_info->collect_status == 0 ? '采集中' : $collect_info->updated_at->format('Y-m-d H:i:s');
100 } 100 }
101 } 101 }
102 $info['collect_time'] = $collect_time; 102 $info['collect_time'] = $collect_time;