|
@@ -107,7 +107,6 @@ class PostRepository
|
|
|
'share_count' => 0,
|
|
|
'share_real_count' => 0,
|
|
|
'comment_count' => 0,
|
|
|
- 'comment_real_count' => 0,
|
|
|
'collect_count' => 0,
|
|
|
'collect_real_count' => 0,
|
|
|
'available_bean' => $this->availableBean(),
|
|
@@ -266,7 +265,6 @@ class PostRepository
|
|
|
try{
|
|
|
$this->postComment->create($data);
|
|
|
$post->data->comment_count += 1;
|
|
|
- $post->data->comment_real_count += 1;
|
|
|
$post->data->save();
|
|
|
|
|
|
DB::commit();
|