1
yangpeixing
4 天以前 53142c9c632d95dd0817bf2406f56fa0f6907d40
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();