This commit is contained in:
alex
2023-08-14 09:15:24 +08:00
parent 962ab7cab9
commit 4c1e3c8c40

View File

@@ -504,7 +504,7 @@ namespace Tnb.WarehouseMgr
List<WmsCarryH> carryIts = new();
List<WmsCarryCode> carryCodeIts = new();
List<BasLocation> locIts = new();
for (int i = 0; i < multiList.Count; i++)
for (int i = 0, cnt = multiList.Count; i < cnt; i++)
{
WmsCarryH carry = new()
{