6
0
Fork 0

order-profit

base
panliang 2022-08-04 11:52:55 +08:00
parent a70080281d
commit 4499c057f6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class OrderProfitCommand extends Command
$service->wechatTransfer($profit);
}
DB::commit();
} catch (\Exception $e) {
} catch (\Throwable $e) {
DB::rollBack();
$this->error($e->getMessage());
}