From 162ec2b0e2ab84dfef6acfac5a00a626436204b0 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 31 Aug 2023 02:47:38 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 87790ee..0de9f23 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -502,11 +502,6 @@ class PaymentService extends AbstractService } else { throw new BusinessException('查询类型错误'); } - - $order = Order::where('app_id', $app->app_id)->where('out_order_no', $data['outOrderNo'])->first(); - if (empty($order)) { - throw new BusinessException('订单不存在'); - } $baofu = new Baofu(); $result = $baofu->queryOrder([