vali 6 년 전
부모
커밋
00806301cf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
                 }