vali 6 년 전
부모
커밋
f233f9b736
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      datainf/logic/HttpServerOnlySet.php

+ 2 - 1
datainf/logic/HttpServerOnlySet.php

@@ -611,7 +611,8 @@ class HttpServerOnlySet
         }
 
         if ($settype == 2) {
-            $ret = DB::table('settlement_middle_detail')->where(['game_code' => $game_code, 'match_id' => $match_id])->whereIn('order_id', $order_ids)->get();
+            //$ret = DB::table('settlement_middle_detail')->where(['game_code' => $game_code, 'match_id' => $match_id])->whereIn('order_id', $order_ids)->get();
+            $ret = DB::table('settlement_middle_detail')->whereIn('order_id', $order_ids)->get();
             if ($ret) {
                 foreach ($ret as $val) {
                     $this->PDatas['settlement_middle_detail_array'][$val->bet_type][$val->order_id] = $val;