|
|
$sql = "select game_code,match_id from $table where status=1 and order_id in ($idString) group by game_code,match_id ";
|
|
$sql = "select game_code,match_id from $table where status=1 and order_id in ($idString) group by game_code,match_id ";
|
|
|
//$sql = "select game_code,match_id from $table where order_id in ($idString) group by game_code,match_id ";
|
|
//$sql = "select game_code,match_id from $table where order_id in ($idString) group by game_code,match_id ";
|