|
@@ -138,6 +138,6 @@ class PostStatistics extends Command
|
|
$data['collect_count'] = $collectCount;
|
|
$data['collect_count'] = $collectCount;
|
|
$data['comment_count'] = $commentCount;
|
|
$data['comment_count'] = $commentCount;
|
|
$this->postStatistics->insert($data);
|
|
$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));
|
|
}
|
|
}
|
|
}
|
|
}
|