LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/ThirdInterFace/ThirdInterFaceService.cs
@@ -50,10 +50,14 @@ foreach (var item in gg) { var _list = item.ToList(); //包中只有一块板时,认定为 不齐包 【Editby shaocx,2025-04-01】 /* if (_list.Count() == 1) { throw Oops.Oh($"包号{item.Key}中只有一块板,不符合要求!"); } //*/ _list = _list.OrderBy(x => x.Shelf).ToList(); for (int i = 0; i < _list.Count; i++) {