vali 6 rokov pred
rodič
commit
4ae8397513
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/Logic/WinfailLogic.php

+ 1 - 0
app/Logic/WinfailLogic.php

@@ -301,6 +301,7 @@ class WinfailLogic
             if ($bet_type == 1) {
                 DB::update("update money_buy_simplex  set game_status=$rwin  where game_code='$game_code' and  match_id=$match_id and  order_id in ( $sql)");
             } else {
+                //串式订单不能通过单个比赛来判断输赢,因为有可能其它是输或未开始
               //DB::update("update money_buy_str  set game_status=$rwin  where order_id in ( $sql)");
             }
         }