From b7be7e9a79784a8a5f034d05f476aa42545f8549 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sat, 11 Mar 2023 14:46:49 +0800 Subject: [PATCH] 1 --- app/Services/PatientOrderService.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 9d28abe..af37e60 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -394,13 +394,10 @@ class PatientOrderService extends BaseService $params['family_id'] = $family_id; } - - - $inquiry_status_params = []; if (!empty($inquiry_status_params) && $inquiry_status_params != 0){ // 入参订单状态(1:待支付 2:待发货 3:已发货 4:已签收 5:已取消) // 数据库订单状态(1:待支付 2:待发货 3:已发货 4:已签收 5:已取消) - $params['inquiry_status_params'] = $family_id; + $params['inquiry_status_params'] = $order_product_status; } $params['is_delete'] = 0;