vali há 6 anos atrás
pai
commit
f233f9b736
1 ficheiros alterados com 2 adições e 1 exclusões
  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;