vali 6 years ago
parent
commit
8744d5aa32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -393,7 +393,7 @@ class HttpServerOnlySet
             return;
         }
 
-        if (isset($this->settlement_middle_detail_array[$bet_type][$order_id])) {
+        if (isset($this->PDatas['settlement_middle_detail_array'][$bet_type][$order_id])) {
             $this->PushSqlToArray("update  settlement_middle_detail  set  money=$money  where game_code='$game_code' and bet_type=$bet_type and order_id='$order_id' ");
         } else {
             $this->PushSqlToArray("insert into settlement_middle_detail(game_code,match_id,account_identity,bet_type,order_id,money) values('$game_code','$match_id','$account_ident',$bet_type,'$order_id',$money)");