diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/UserList.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/UserList.cs index 710380e..e22f3af 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/UserList.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/UserList.cs @@ -588,7 +588,7 @@ namespace HSUCO_Cargo_Garage_Operation_Program.CustomUserControl UserInformation user = Database.GetUser(no); - EVehicleType eVehicleType = Database.GetApplicantVehicleType(no); + EVehicleType eVehicleType = Database.GetUserListVehicleType(no); LeftAreaInformation leftAreaInformation = Database.GetLeftArea(user.DateStart); List leftArea = eVehicleType == EVehicleType.Large_Up || eVehicleType == EVehicleType.Large_Down ? leftAreaInformation.Large : leftAreaInformation.OverSized; if (leftArea.Count == 0)