vali 6 éve
szülő
commit
bc48e0debd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -243,7 +243,7 @@ class WinfailLogic
             $matword = $winorfalse['matchResult'];
 
             DB::update('update money_buy_match  set "result"=?,matchresult=? where match_id=? and game_code=? and id=?', [$win, $matword, $match_id, $game_code, $mid]);
-            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  ");
+            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'  ");
         }
         return true;
     }