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);