vali 6 gadi atpakaļ
vecāks
revīzija
00806301cf
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      datainf/logic/HttpServerOnlySet.php

+ 2 - 0
datainf/logic/HttpServerOnlySet.php

@@ -381,10 +381,12 @@ class HttpServerOnlySet
             foreach ($matchDatas as $k => $v) {
                 if ($v->result == -1) {
 
+                    /*
                     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 ";
                         $this->PushSqlToArray([$sql]);
                     }
+                    */
 
                     continue;
                 }