xielin 5 년 전
부모
커밋
72c4076bb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/PostStatistics.php

+ 1 - 1
app/Console/Commands/PostStatistics.php

@@ -138,6 +138,6 @@ class PostStatistics extends Command
         $data['collect_count'] = $collectCount;
         $data['comment_count'] = $commentCount;
         $this->postStatistics->insert($data);
-        Log::info(date('Y-m-d H:i:s').'统计'.date('Y-m-d',$yesterdayStart).'最终记录数据:'.json_encode($data));
+        Log::info(date('Y-m-d H:i:s').'统计'.$yesterdayStart.'最终记录数据:'.json_encode($data));
     }
 }