vali 6 年之前
父节点
当前提交
9c3e5f8aef
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;