|
|
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();
|