From 206e28737dca20f77d3f5acbda0ef3e8ea689f9c Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 2 Dec 2024 09:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7php=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=90=8E=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/modules/v1/controllers/PatientController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/modules/v1/controllers/PatientController.php b/service/modules/v1/controllers/PatientController.php index 2a8c2ad..56f5149 100644 --- a/service/modules/v1/controllers/PatientController.php +++ b/service/modules/v1/controllers/PatientController.php @@ -145,7 +145,7 @@ class PatientController extends BaseServiceController }, 'status_type' => function ($d) { return self::getStatusInfo($d->status, 'type'); - },'status_text','status_type','is_pay','created_at','is_cancel' + },'is_pay','created_at','is_cancel' ] ]; $list = $this->create($query,$post);