增加共呢个
This commit is contained in:
parent
af40353527
commit
c7e3c0fe81
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user