更新
This commit is contained in:
parent
d0e87bcb00
commit
76957dec1d
@ -165,6 +165,7 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
Db::commit();
|
Db::commit();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
Db::rollback();
|
Db::rollback();
|
||||||
|
Log::error('余额支付失败'.$e->getMessage().'。line:'.$e->getLine().'。file:'.$e->getFile());
|
||||||
throw new ValidateException('余额支付失败'.$e->getMessage());
|
throw new ValidateException('余额支付失败'.$e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user