From 8e3f43311ba023ec020cbe84db7e173e1047619c Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 11 Oct 2025 17:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=BA=93=E6=A0=A1=E9=AA=8C=E5=85=88?= =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/other/service/impl/InventoryMoveServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/gaotao/modules/other/service/impl/InventoryMoveServiceImpl.java b/src/main/java/com/gaotao/modules/other/service/impl/InventoryMoveServiceImpl.java index a7ec501..6c89b38 100644 --- a/src/main/java/com/gaotao/modules/other/service/impl/InventoryMoveServiceImpl.java +++ b/src/main/java/com/gaotao/modules/other/service/impl/InventoryMoveServiceImpl.java @@ -136,9 +136,6 @@ public class InventoryMoveServiceImpl implements InventoryMoveService { originalLocations.put(hu.getUnitId(), hu.getLocationId()); } - // 4. 合并相同条件的HandlingUnit后调用IFS接口(在更新HU之前) - syncToIFSBatchForPallet(dto, handlingUnits); - // 5. 按库存主键字段汇总HandlingUnit数据 Map inventoryGroups = groupHandlingUnitsByInventoryKey(handlingUnits, originalLocations, dto.getTargetLocationId()); // 根据库位获取仓库ID