1
WINDOWS-F96JH03\Kain
2026-03-17 5f75a12d74d353470381c0d6a39affb0a61e0ad1
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/preBind.cs
@@ -27,7 +27,7 @@
                var result = JsonConvert.DeserializeObject<PreBind>(json.ToString());
                var palletStockInfo = _palletStockInfoRepository.QueryFirst(x => x.PVI == result.pvi);
                var palletStockInfo = _palletStockInfoRepository.QueryFirst(x => x.CarBodyInfo.PVI == result.pvi);
                if (palletStockInfo == null) throw new Exception($"未找到{result.pvi}车身库存信息,无法预绑定");
                palletStockInfo.StockStatus = StockStateEmun.预绑定.ObjToInt();