From edea213fcd938a50ab9ccc28b9d9bd0c1439994e Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 20 May 2024 14:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=BD=93=E6=97=A5=E9=97=AE=E8=AF=8A=E6=95=B0=E9=87=8F=E6=95=B0?= =?UTF-8?q?=E9=87=8F2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 246987a..98df212 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -2314,6 +2314,10 @@ class InquiryService extends BaseService continue; } + if ($order_inquiry['inquiry_status'] == 7 && $order_inquiry['inquiry_pay_status'] == 5){ + continue; + } + $count = $count + 1; }