1
This commit is contained in:
@@ -171,7 +171,9 @@ class PatientFamilyService extends BaseService
|
||||
// 新增 患者家庭成员信息表-基本信息(patient_family)
|
||||
$data = array();
|
||||
$data['patient_id'] = $user_info['client_user_id'];
|
||||
$data['relation'] = $request_params['relation'];
|
||||
if (!empty($request_params['relation'])){
|
||||
$data['relation'] = $request_params['relation'];
|
||||
}
|
||||
$data['status'] = 1;
|
||||
$data['is_default'] = empty($request_params['is_default']) ? 0 : 1;
|
||||
$data['card_name'] = $request_params['card_name'];
|
||||
|
||||
Reference in New Issue
Block a user