|
|
|
@ -444,7 +444,8 @@ WHERE
|
|
|
|
'xuhao' => $xvhao,
|
|
|
|
'xuhao' => $xvhao,
|
|
|
|
'appointment_type_id' => $appointment_type,
|
|
|
|
'appointment_type_id' => $appointment_type,
|
|
|
|
'qudao_appointment_type_id' => $appointment_type,
|
|
|
|
'qudao_appointment_type_id' => $appointment_type,
|
|
|
|
'appointment_use_plan_detail'=>$appointment_use_plan_detail_arr
|
|
|
|
'appointment_use_plan_detail'=>$appointment_use_plan_detail_arr,
|
|
|
|
|
|
|
|
'is_emergency'=>$is_emergency
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$list_all_success =true;
|
|
|
|
$list_all_success =true;
|
|
|
|
$offset = 0;
|
|
|
|
$offset = 0;
|
|
|
|
@ -701,6 +702,7 @@ WHERE
|
|
|
|
'department_id' => null,
|
|
|
|
'department_id' => null,
|
|
|
|
'appointment_type_id' => null,
|
|
|
|
'appointment_type_id' => null,
|
|
|
|
'canel_time' => $nowdatetime,
|
|
|
|
'canel_time' => $nowdatetime,
|
|
|
|
|
|
|
|
'is_emergency'=>0
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
$u_mainList = DB::table('s_list')->where(['id' => $MainListId])->update($u_data);
|
|
|
|
$u_mainList = DB::table('s_list')->where(['id' => $MainListId])->update($u_data);
|
|
|
|
|