Wrong data related to the post payouts

I examine the post @cryptochannel/acid-s-crypto-picks-jewels-jwl and the following is in the block number 4999968

{
  "type": "comment_reward_operation",
  "value": {
    "author": "cryptochannel",
    "payout": {
      "nai": "@@000000013",
      "amount": "9886",
      "precision": 3
    },
    "permlink": "acid-s-crypto-picks-jewels-jwl",
    "author_rewards": 11815,
    "total_payout_value": {
      "nai": "@@000000013",
      "amount": "7525",
      "precision": 3
    },
    "curator_payout_value": {
      "nai": "@@000000013",
      "amount": "2360",
      "precision": 3
    },
    "beneficiary_payout_value": {
      "nai": "@@000000013",
      "amount": "0",
      "precision": 3
    }
  }
}

But the payout displayed in hivemind doesn't match with this virtual operation as can be seen on the front-ends. Here is the data from the hivemind table.

SELECT payout, curator_payout_value, author_rewards FROM hivemind_app.hive_posts_pp_view
WHERE id = 1272897

payout|curator_payout_value|author_rewards|
------+--------------------+--------------+
 9.922|2.360 HBD           |         11958|