From 2a6bd8dbae4eb08f60f6ff8292e2eb7e51ac33e9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 19 Apr 2023 17:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=AF=E5=90=A6=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=A6=81=E5=BF=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 45359a2..14226f2 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -82,7 +82,7 @@ class InquiryService extends BaseService } // 是否存在禁忌 - if (!empty($request_params['is_taboo'])) { + if (empty($request_params['is_taboo'])) { return fail(HttpEnumCode::HTTP_ERROR, "无法为您开具药物"); }