stanley-king 4 роки тому
батько
коміт
b5b13c919e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -282,7 +282,7 @@ class RefillBase
 
             //通道价格大于客户价格,换通道.
             [$goods_id, $price] = $provider->goods($quality,$amount,$card_type);
-            if ($price >= $mch_amount) continue;
+            if ($price > $mch_amount) continue;
 
             Log::record("start create order",Log::DEBUG);