diff --git a/app/Services/DistributeService.php b/app/Services/DistributeService.php index 28b4f2bc..2dcf9dab 100644 --- a/app/Services/DistributeService.php +++ b/app/Services/DistributeService.php @@ -191,7 +191,6 @@ class DistributeService $filtered->push($item); } } - dd($filtered->toArray(), $money); if ($money < 1) { throw new BizException('金额小于 1, 无法打款'); }