From d6c4d6db0c838c47c5a600480a39f6aaba66b626 Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Wed, 22 Nov 2023 16:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/IService/IBoxInventoryService.cs | 8 -------- src/WMS.Web.Domain/Services/BoxInventoryService.cs | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/WMS.Web.Domain/IService/IBoxInventoryService.cs b/src/WMS.Web.Domain/IService/IBoxInventoryService.cs index 0dbc389d..0e1f64c1 100644 --- a/src/WMS.Web.Domain/IService/IBoxInventoryService.cs +++ b/src/WMS.Web.Domain/IService/IBoxInventoryService.cs @@ -21,14 +21,6 @@ namespace WMS.Web.Domain.IService /// Task HandlBoxInventory(List dtoDatas, bool isTransaction); - /// - /// 改箱-箱库存的变更 - /// - /// - /// - /// - Task GenerateChangeBox(List dtoDatas, bool isTransaction); - /// /// 改箱-箱库存的变更 /// diff --git a/src/WMS.Web.Domain/Services/BoxInventoryService.cs b/src/WMS.Web.Domain/Services/BoxInventoryService.cs index aa83dfb5..a42e7c9e 100644 --- a/src/WMS.Web.Domain/Services/BoxInventoryService.cs +++ b/src/WMS.Web.Domain/Services/BoxInventoryService.cs @@ -41,7 +41,7 @@ namespace WMS.Web.Domain.Services /// /// /// - public async Task GenerateChangeBox(List dtoDatas, bool isTransaction) + private async Task GenerateChangeBox(List dtoDatas, bool isTransaction) { //1.判断来源数据是否存在 if (dtoDatas == null || dtoDatas.Count == 0)