- 将 BeforehandOrder::where('id', $params['id']) 修改为 BeforehandOrder::where('id', $outbound_id') - 此修改确保了更新订单总金额时使用正确的订单 ID