销售出库两托下电梯逻辑调整 原材料仓转移控制
This commit is contained in:
@@ -301,7 +301,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
//所有库位加锁
|
||||
string?[] ids = new[] { startLocation.id, endLocationId };
|
||||
string?[] ids = new[] { startLocation.id, preTasks[0].endlocation_id, endLocationId };
|
||||
_ = await _db.Updateable<BasLocation>().SetColumns(it => new BasLocation { is_lock = 1 }).Where(it => ids.Contains(it.id)).ExecuteCommandAsync();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user