vali 6 年之前
父節點
當前提交
01baffab3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -318,7 +318,7 @@ class WinfailLogic
             return 0;
         }
 
-        if ($bet_type) {
+        if ($bet_type == 1) {
             $game_code = $orderInfo->game_code;
             $match_id = $orderInfo->match_id;
             $table = 'st_' . $game_code . '_result';