vali пре 6 година
родитељ
комит
e0a2820ec4
1 измењених фајлова са 1 додато и 1 уклоњено
  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;