vali 6 years ago
parent
commit
9c3e5f8aef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      datainf/logic/HttpServerOnlySet.php

+ 2 - 2
datainf/logic/HttpServerOnlySet.php

@@ -129,8 +129,8 @@ class HttpServerOnlySet
                 }
 
                 $nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
-                if ($nowBuyDatasMainModel->settle_status == 2 && $settype == 1) {
-                    // continue;
+                if ($nowBuyDatasMainModel != 1) {
+                    continue;
                 }
 
                 $account_indent = $nowBuyDatasMainModel->account_identity;