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