Merge branch 'dev'
This commit is contained in:
commit
fcb5bf7c52
@ -988,6 +988,10 @@ class PatientFamilyService extends BaseService
|
||||
$params['patient_id'] = $user_info['client_user_id'];
|
||||
$patient_family_personal = PatientFamilyPersonalModel::getOne($params);
|
||||
|
||||
if (empty($patient_family_health) && empty($patient_family_personal)){
|
||||
return success(null);
|
||||
}
|
||||
|
||||
$result = array();
|
||||
$result['user_id'] = $user_info['user_id'];
|
||||
$result['patient_id'] = $user_info['client_user_id'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user