diff --git a/Laravel/app/Services/Admin/YeWu/PlanListService.php b/Laravel/app/Services/Admin/YeWu/PlanListService.php index cdf499e..fadc444 100644 --- a/Laravel/app/Services/Admin/YeWu/PlanListService.php +++ b/Laravel/app/Services/Admin/YeWu/PlanListService.php @@ -1625,7 +1625,9 @@ public function YuYue($planid, $appointment_type, $mainlistids, $do_type,$is_eme 'appointment_type_id' => $appointment_type, 'qudao_appointment_type_id' => $appointment_type, '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, ]; // 回写成功项追加执行科室字段