parent
484f2b9826
commit
b1be3e9acc
@ -2015,6 +2015,10 @@ class PatientOrderService extends BaseService
|
||||
|
||||
$UserDoctor = UserDoctor::getOne($params, $fields);
|
||||
if (!empty($UserDoctor)) {
|
||||
Log::getInstance("PatientOrderService-getPatientPrescriptionOrderList")->info("成功设置UserDoctor", [
|
||||
'doctor_id' => $UserDoctor['doctor_id'] ?? null,
|
||||
'user_name' => $UserDoctor['user_name'] ?? null,
|
||||
]);
|
||||
$item['UserDoctor'] = $UserDoctor;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user