base
parent
81ba6f420d
commit
59194adb59
|
|
@ -191,7 +191,6 @@ class DistributeService
|
||||||
$filtered->push($item);
|
$filtered->push($item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dd($filtered->toArray(), $money);
|
|
||||||
if ($money < 1) {
|
if ($money < 1) {
|
||||||
throw new BizException('金额小于 1, 无法打款');
|
throw new BizException('金额小于 1, 无法打款');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue