搜索

首页  >  问答  >  正文

transaction - laravel 事务不提交 不知道哪里写错了

laravel 事务不提交 不知道哪里写错了

以下是代码
DB::transaction(function () use ($payment,$userBalance) {

            Payment::insert($payment);
            $userName = $payment['payment_user_name'];
            User::where('user_name', $userName)
                 ->increment('user_balance', $userBalance);
        });
        
        
        跪求指教
PHP中文网PHP中文网2801 天前424

全部回复(2)我来回复

  • 高洛峰

    高洛峰2017-05-16 16:51:04

    雷雷

    回复
    0
  • 怪我咯

    怪我咯2017-05-16 16:51:04

    雷雷

    回复
    0
  • 取消回复