This commit is contained in:
mkm 2024-01-31 10:33:36 +08:00
parent d0e87bcb00
commit 76957dec1d

View File

@ -165,6 +165,7 @@ class StoreOrderRepository extends BaseRepository
Db::commit();
} catch (Exception $e) {
Db::rollback();
Log::error('余额支付失败'.$e->getMessage().'。line:'.$e->getLine().'。file:'.$e->getFile());
throw new ValidateException('余额支付失败'.$e->getMessage());
}