dongasai пре 6 месеци
родитељ
комит
23029441d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Module/Mex/Logic/MexMatchLogic.php

+ 1 - 1
app/Module/Mex/Logic/MexMatchLogic.php

@@ -426,7 +426,7 @@ class MexMatchLogic
                 $sellOrders = MexOrder::where('item_id', $itemId)
                     ->where('order_type', OrderType::SELL)
                     ->where('status', OrderStatus::PENDING)
-                    ->where('price', '<',$priceConfig->min_price)
+                    ->where('price', '<=',$priceConfig->min_price)
                     ->orderBy('price', 'asc')
                     ->orderBy('id', 'asc')
                     ->limit($batchSize)