Ken hai 1 semana
pai
achega
c60d76aa92
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      app/Services/PaymentOrderService.php

+ 1 - 2
app/Services/PaymentOrderService.php

@@ -361,8 +361,7 @@ class PaymentOrderService extends BaseService
         $data = [];
         $result = [];
         $chat_id = $info->member_id;
-        DB::transaction();
-        
+        DB::beginTransaction();
         try{
             if($params['state'] == 1){
                 $data['status'] = self::STATUS_SUCCESS;