laravel 事务不提交 不知道哪里写错了
以下是代码
DB::transaction(function () use ($payment,$userBalance) {
Payment::insert($payment);
$userName = $payment['payment_user_name'];
User::where('user_name', $userName)
->increment('user_balance', $userBalance);
});
跪求指教
雷雷
雷雷