From a59d292eedabe7635479a5f3e4363a18973251dc Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 3 Aug 2023 16:08:07 +0800 Subject: [PATCH] 1 --- app/Services/PatientOrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index e21d508..d831fe2 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -828,7 +828,7 @@ class PatientOrderService extends BaseService } // 验证订单支付状态 - if ($order_detection['inquiry_pay_status'] != 1) { + if ($order_detection['detection_pay_status'] != 1) { $return_result['message'] = "订单支付状态错误"; $return_result['data']['order_id'] = $order_detection['order_detection_id']; $return_result['data']['order_status'] = $order_detection['detection_status'];