1
wankeda
2026-03-12 df2278ffa24a1e467b394e35f56d4341b73ab5d2
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();