diff --git a/app/Services/DistributeService.php b/app/Services/DistributeService.php index fbe901c1..6effaef5 100644 --- a/app/Services/DistributeService.php +++ b/app/Services/DistributeService.php @@ -188,7 +188,7 @@ class DistributeService ]); $money += $item->money; - if ($money >= 200) { + if ($money > 200) { break; }