完成123
This commit is contained in:
parent
a0134b2b19
commit
a2875a0441
@ -910,8 +910,8 @@ class PatientFamilyService extends BaseService
|
|||||||
$data['is_take_medicine'] = $request_params['is_take_medicine'];
|
$data['is_take_medicine'] = $request_params['is_take_medicine'];
|
||||||
$data['drugs_name'] = $request_params['drugs_name'] ?? "";
|
$data['drugs_name'] = $request_params['drugs_name'] ?? "";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$patient_family_health = PatientFamilyHealth::addPatientFamilyHealth($data);
|
$patient_family_health = PatientFamilyHealth::addPatientFamilyHealth($data);
|
||||||
if (empty($patient_family_health)){
|
if (empty($patient_family_health)){
|
||||||
return fail();
|
return fail();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user