From 259c2114573e4a5179d38675f75cee3e084ebab0 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 18 Oct 2023 09:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/editDoctorInquiryConfigCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Command/editDoctorInquiryConfigCommand.php b/app/Command/editDoctorInquiryConfigCommand.php index da76e3d..f116e23 100644 --- a/app/Command/editDoctorInquiryConfigCommand.php +++ b/app/Command/editDoctorInquiryConfigCommand.php @@ -59,6 +59,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand $params['inquiry_type'] = 1; $params['inquiry_mode'] = 1; + $data = array(); $data['is_enable'] = 1; DoctorInquiryConfig::editInquiryConfig($params,$data); } @@ -70,6 +71,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand $params['inquiry_type'] = 2; $params['inquiry_mode'] = 1; + $data = array(); $data['is_enable'] = 1; DoctorInquiryConfig::editInquiryConfig($params,$data); } @@ -81,6 +83,7 @@ class editDoctorInquiryConfigCommand extends HyperfCommand $params['inquiry_type'] = 3; $params['inquiry_mode'] = 1; + $data = array(); $data['is_enable'] = 1; DoctorInquiryConfig::editInquiryConfig($params,$data); }