aiden 2 mesiacov pred
rodič
commit
3031f1ed29
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/controller/GameStatis.php

+ 1 - 1
app/controller/GameStatis.php

@@ -111,7 +111,7 @@ class GameStatis extends BaseController
                     ['merchant_id', '=', $userInfo['merchant_id']], 
                     ['game_id', 'in', $game_ids]
                 ])
-                ->field(['game_id','title','image', 'game_platform'])
+                ->field(['game_id','title','image', 'game_platform', 'rtp'])
                 ->select()
                 ->toArray();