From d78777d93c2d030db5003b6de2950835431e31ce Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Fri, 5 Jan 2024 16:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Services/BoxInventoryService.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/WMS.Web.Domain/Services/BoxInventoryService.cs b/src/WMS.Web.Domain/Services/BoxInventoryService.cs index 79f9d253..09fd2982 100644 --- a/src/WMS.Web.Domain/Services/BoxInventoryService.cs +++ b/src/WMS.Web.Domain/Services/BoxInventoryService.cs @@ -1156,11 +1156,6 @@ namespace WMS.Web.Domain.Services var update_entitys = new List(); var InventoryDetailsGenerateDto = new List(); - - //var serNubs = dtoDatas.SelectMany(x => x.Details).SelectMany(x => x.SerialNumbers).ToList(); - //var serialNumbers = await _serialNumbersRepositories.GetEntityList(serNubs); - //var out_serNubs = new List(); - //2.获取“箱库存集合” var boxIds = dtoDatas.GroupBy(x => x.BoxId).Select(x => x.Key).ToList(); var boxInventorys = await _boxInventoryRepositories.GetList(boxIds);