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,
                                 Carbon::parse($post->created_at)->toDateTimeString(),
                                 $post->username,
-                                '标签',
+                                Carbon::parse($post->created_at)->toDateTimeString(),
                                 subtext($post->content, 20),
                                 $post->data->pv_real,
                                 $post->data->praise_real_count,