From c7e3c0fe819370a1eae69f5a5d17a984d282a4ad Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Mon, 14 Apr 2025 13:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B1=E5=91=A2=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Data/Services/AgvBinService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)