vali hace 6 años
padre
commit
46f0a06a20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -147,7 +147,7 @@ class WinfailLogic
 
 
     public function getOddsTypeData($game_code, $match_id)
     public function getOddsTypeData($game_code, $match_id)
     {
     {
-        $ret = DB::table('money_buy_match')->select("p_code", "odds_code", "condition", "bet_type", "is_champion", "lg_id")->where(['match_id' => $match_id, 'game_code' => $game_code])->groupBy('p_code', 'odds_code', 'condition', 'bet_type', 'is_champion')->get();
+        $ret = DB::table('money_buy_match')->select("p_code", "odds_code", "condition", "bet_type", "is_champion")->where(['match_id' => $match_id, 'game_code' => $game_code])->groupBy('p_code', 'odds_code', 'condition', 'bet_type', 'is_champion')->get();
         return $ret;
         return $ret;
     }
     }