diff --git a/Seyounth.Hyosung.Data/Services/AgvBinService.cs b/Seyounth.Hyosung.Data/Services/AgvBinService.cs index d14fa6c..c1589c3 100644 --- a/Seyounth.Hyosung.Data/Services/AgvBinService.cs +++ b/Seyounth.Hyosung.Data/Services/AgvBinService.cs @@ -28,7 +28,7 @@ public class AgvBinService : IAgvBinService .SetColumns(x => x.IsFree, true) .ExecuteCommandAsync(); } - else if (bin.BinCode == "B33") + else if (bin.BinCode == "B32") { await _repository.CopyNew().AsUpdateable() .Where(x => x.RackType == 1 && !x.IsDeleted)