wechatTransfers(OrderProfit::whereIn('id', [1, 5])->get()); DB::commit(); } catch (\Exception $e) { DB::rollBack(); } } }