Procházet zdrojové kódy

modify price check to >

stanley-king před 4 roky
rodič
revize
b5b13c919e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);