From a0f45efed238ccace98ccd7f3c7fb14ff798288a Mon Sep 17 00:00:00 2001 From: Crudelis Date: Wed, 1 Nov 2023 10:19:31 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8A=B9=EB=8C=80=ED=98=95=20=EC=9E=90?= =?UTF-8?q?=EB=A6=AC=20=EB=B3=80=EA=B2=A8=20=EC=95=88=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomUserControl/UserList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)