vali 6 năm trước cách đây
mục cha
commit
889f707d8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -129,7 +129,7 @@ class HttpServerOnlySet
                 }
 
                 $nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
-                if ($nowBuyDatasMainModel != 1) {
+                if ($nowBuyDatasMainModel->status != 1) {
                     continue;
                 }