소스 검색

导出标签

wzq 5 년 전
부모
커밋
b339d4bd51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Repositories/Post/PostRepository.php

+ 1 - 1
app/Repositories/Post/PostRepository.php

@@ -680,7 +680,7 @@ class PostRepository
                                 $post->id,
                                 $post->id,
                                 Carbon::parse($post->created_at)->toDateTimeString(),
                                 Carbon::parse($post->created_at)->toDateTimeString(),
                                 $post->username,
                                 $post->username,
-                                '标签',
+                                Carbon::parse($post->created_at)->toDateTimeString(),
                                 subtext($post->content, 20),
                                 subtext($post->content, 20),
                                 $post->data->pv_real,
                                 $post->data->pv_real,
                                 $post->data->praise_real_count,
                                 $post->data->praise_real_count,