schangxiang@126.com
2025-04-17 d34ea2a9fc2334d2bf7383cb64562f301ffbda84
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++)
            {