作者 lyh

gx

... ... @@ -79,6 +79,7 @@ class UpdateLog extends Model
if(!empty($collect_info)){
$collect_time = $collect_info->updated_at->format('Y-m-d H:i:s');
}
$collect_time = date('Y-m-d H:i:s');
}
return $collect_time;
... ...