|
|
|
@ -1625,7 +1625,9 @@ public function YuYue($planid, $appointment_type, $mainlistids, $do_type,$is_eme
|
|
|
|
'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' => json_encode($details), // 精确明细
|
|
|
|
'appointment_use_plan_detail' => json_encode($details), // 精确明细
|
|
|
|
'is_emergency' => $is_emergency
|
|
|
|
'is_emergency' => $is_emergency,
|
|
|
|
|
|
|
|
'use_seats' => $itemSeatsData[$id]['use_seats'] ?? 1,
|
|
|
|
|
|
|
|
'is_share_slot' => $itemSeatsData[$id]['is_share_slot'] ?? 0,
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
// 回写成功项追加执行科室字段
|
|
|
|
// 回写成功项追加执行科室字段
|
|
|
|
|