6
0
Fork 0
release
李静 2022-04-24 11:16:34 +08:00
parent dd07b345af
commit 729f89181d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class DealerWalletChange extends Form implements LazyRenderable
*/
public function handle(array $input)
{
if (bccomp($input['change_balance'], '0', 2) === -1) {
if (bccomp($input['change_balance'], '0', 2) <= 0) {
return $this->response()->error('金额必须大于0');
}