vali %!s(int64=6) %!d(string=hai) anos
pai
achega
e0a2820ec4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -376,7 +376,7 @@ class WinfailLogic
         if ($bet_type == 1) {
             DB::update("update money_buy_simplex  set game_status=$rwin  where  order_id='$order_id' and   game_code='$game_code' and  match_id='$match_id'  ");
         } else {
-            DB::update("update money_buy_str  set game_status=$rwin  where  order_id='$order_id' and   game_code='$game_code' and  match_id='$match_id'  ");
+            DB::update("update money_buy_str  set game_status=$rwin  where  order_id='$order_id'  ");
         }
 
         return 1;