刘磊
2026-01-17 f1d726e3de8f15cdfe30d4ca5fbba733d73a1e56
项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/pullLock.cs
@@ -33,13 +33,17 @@
                foreach (var item in result.data)
                {
                    var carInfo = _palletStockInfoRepository.QueryFirst(x => x.PVI == item.pvi);
                    if (!string.IsNullOrEmpty(item.pvi))
                    {
                        var carInfo = _palletStockInfoRepository.QueryFirst(x => x.PVI == item.pvi && x.pbMaterial == item.pbMaterial);
                    if (carInfo == null)
                    {
                        throw new Exception("鏈煡杞﹁韩");
                    }
                    }
                    content.lockpvi = carInfo.PVI;
                    var carinfo = _palletStockInfoRepository.QueryData(x => x.pbMaterial == item.pbMaterial).OrderBy(x => x.CreateDate);
                }
                LogFactory.GetLog("MES鎷夊姩閿佽溅").Info(true, $"\r\r--------------------------------------");