vali il y a 6 ans
Parent
commit
0f0e4643d6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      datainf/logic/HttpServerSettelement.php

+ 2 - 1
datainf/logic/HttpServerSettelement.php

@@ -452,7 +452,8 @@ class HttpServerSettelement
         $idString = implode(",", $idsArray);
 
         $table = "money_buy_simplex";
-        $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 ";
 
         $ret = DB::select($sql);