vali 6 년 전
부모
커밋
79c0022dee
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      datainf/logic/HttpServerSettelement.php

+ 0 - 3
datainf/logic/HttpServerSettelement.php

@@ -507,11 +507,8 @@ class HttpServerSettelement
         $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  order_id in ($idString)  group by  game_code,match_id ";
-
         $ret = DB::select($sql);
 
-        print_r([$sql,$ret]);
-
         return $ret;
 
     }