From 6920952487a9949693f3860f1f9b8edfb1dad436 Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Thu, 3 Apr 2025 17:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E4=BB=B6=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/spring/ifs/bean/InventoryServiceBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/spring/ifs/bean/InventoryServiceBean.java b/src/main/java/com/spring/ifs/bean/InventoryServiceBean.java index 5874d80d..ed7abd14 100644 --- a/src/main/java/com/spring/ifs/bean/InventoryServiceBean.java +++ b/src/main/java/com/spring/ifs/bean/InventoryServiceBean.java @@ -715,7 +715,7 @@ public class InventoryServiceBean { * @date 2024/12/9 15:51 * @version 1.0 */ - public Map syncCopyPartForInventoryPart(Server srv, CopyPart inData) throws APException { + public Map syncCopyPartForInventoryPart(Server srv, CopyPart inData) { //公共参数 Map returnMap = new HashMap<>(); String oriContract = inData.getOriContract();