解决bug

This commit is contained in:
alex
2023-07-21 14:58:58 +08:00
parent 0cb51f68b5
commit bd4157609a

View File

@@ -525,7 +525,7 @@ namespace Tnb.WarehouseMgr
if (arr.Length > 1)
{
var subArr = arr[..^1];
Array.ForEach(subArr, a => a.chain_type = "1");
System.Array.ForEach(subArr, a => a.chain_type = "1");
}
}
}