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)