@@ -96,7 +96,7 @@ class PostStatistics extends Command
->select(DB::raw('count(*) as like_count'))
->first();
$likeCount = $like->like_count;
- } elseif ($behavior['behavior_identification'] == 'share') {
+ } elseif ($behavior['behavior_identification'] == 'forward') {
$share = $this->generalRecord
->where([['created_at', '>=', $yesterdayStart], ['created_at', '<=', $yesterdayEnd], ['virus_behavior_id', $behaviorId]])
->select(DB::raw('count(*) as share_count'))