修改订单取消成功通知 问题
This commit is contained in:
@@ -240,9 +240,8 @@ class DetectionService extends BaseService
|
||||
$user_doctors = UserDoctor::getDiagnoCoopDoctorList($params,$hospital_params,$fields);
|
||||
if (!empty($user_doctors)){
|
||||
foreach ($user_doctors as &$value){
|
||||
$doctor = array();
|
||||
if (!empty($value['Hospital'])){
|
||||
$doctor['hospital_name'] = $value['Hospital']['hospital_name'];
|
||||
$value['hospital_name'] = $value['Hospital']['hospital_name'];
|
||||
}
|
||||
|
||||
unset($value['Hospital']);
|
||||
|
||||
Reference in New Issue
Block a user