From 69c258359052738b4c60dcabc85f09e4debf2c94 Mon Sep 17 00:00:00 2001 From: helongyang <647556386@qq.com> Date: 星期六, 12 七月 2025 10:45:32 +0800 Subject: [PATCH] 更新优化 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_StockRepository/ProStockInfoRepository.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_StockRepository/ProStockInfoRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_StockRepository/ProStockInfoRepository.cs" index f27bff3..f7845f3 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_StockRepository/ProStockInfoRepository.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_StockRepository/ProStockInfoRepository.cs" @@ -99,7 +99,7 @@ .Includes(x => x.proStockInfoDetails) .Where(x => x.proStockInfoDetails .Any(v => - v.ProductCode == erpProScrapSheetDetail.ScrapProLotNo + v.LotNumber == erpProScrapSheetDetail.ScrapProLotNo && v.ProductCode == erpProScrapSheetDetail.ScrapProCode && v.ProductVersion == erpProScrapSheetDetail.ScrapProVersion )) -- Gitblit v1.9.3