diff --git a/app/Controller/PatientFamilyController.php b/app/Controller/PatientFamilyController.php index 9f713d8..f269600 100644 --- a/app/Controller/PatientFamilyController.php +++ b/app/Controller/PatientFamilyController.php @@ -65,11 +65,11 @@ class PatientFamilyController extends AbstractController $request = $this->container->get(PatientFamilyRequest::class); $request->scene('editFamily')->validateResolved(); - // 检测入参身份证号 - $res = $this->checkRequestIdCard(); - if (!empty($res)) { - return $this->response->json(fail(HttpEnumCode::HTTP_ERROR, $res)); - } +// // 检测入参身份证号 +// $res = $this->checkRequestIdCard(); +// if (!empty($res)) { +// return $this->response->json(fail(HttpEnumCode::HTTP_ERROR, $res)); +// } $patientFamilyService = new PatientFamilyService();