1
yangpeixing
2026-01-19 fd5a43c2e677740482b8d25195120ffa75c5ac77
WMS/WIDESEA_WMSServer/WIDESEA_StockService/Service/VV_StockInfoDetService.cs
@@ -43,7 +43,7 @@
                    BatchNo = g.Key.BatchNo,
                    BatchNoName = g.Key.BatchNoName,
                    StockQuantity = g.Sum(x => x.StockQuantity),
                    CreateDate = g.Min(x => x.CreateDate) // 获取每组的最早 CreateDate
                    CreateDate = g.Min(x => x.CreateDate) // 获取每组的最早 CreateDate10
                })
                .ToList();