diff --git a/Laravel/app/Services/Admin/YeWu/RosterService.php b/Laravel/app/Services/Admin/YeWu/RosterService.php index 2dd0021..9098aa1 100644 --- a/Laravel/app/Services/Admin/YeWu/RosterService.php +++ b/Laravel/app/Services/Admin/YeWu/RosterService.php @@ -395,6 +395,7 @@ class RosterService 'roster_detail_id' => $detailId, 'appointment_type_id' => $info->appointment_type_id, 'count' => $info->count, + 'locked_count' => $info->locked_count, 'max_total' => $info->max_total, 'created_at' => date('Y-m-d H:i:s'), 'updated_at' => date('Y-m-d H:i:s'),