增加共呢个

This commit is contained in:
zhangzhuo 2025-04-14 13:17:51 +08:00
parent af40353527
commit c7e3c0fe81

View File

@ -28,7 +28,7 @@ public class AgvBinService : IAgvBinService
.SetColumns(x => x.IsFree, true) .SetColumns(x => x.IsFree, true)
.ExecuteCommandAsync(); .ExecuteCommandAsync();
} }
else if (bin.BinCode == "B33") else if (bin.BinCode == "B32")
{ {
await _repository.CopyNew().AsUpdateable() await _repository.CopyNew().AsUpdateable()
.Where(x => x.RackType == 1 && !x.IsDeleted) .Where(x => x.RackType == 1 && !x.IsDeleted)