去除家庭成员身份认证
This commit is contained in:
parent
2d492a98d3
commit
ac7f9a7cef
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user