vali 6 роки тому
батько
коміт
3dbaed1c5b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -441,7 +441,7 @@ class HttpServerOnlySet
         if ($simplexData->status == 1) {
             foreach ($matchDatas as $k => $v) {
                 if ($v->result == -1) {
-
+                    $this->PushSqlToArray(["update money_buy_simplex set settle_status=2, game_status=2  where order_id='$order_id' "]);
                     /*
                     if (isset($this->PDatas['money_detail_array'][$order_id])) {
                         $sql = "update  money_details  set money=0   where account_identity='$account_identity' and trade_id='$order_id' and trade_type=4 ";