From 8c90846b8d559ada0ccb821c3af9f0c7fe112c60 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 22 May 2025 15:57:03 +0800 Subject: [PATCH] 2025-05-22 --- .../part/service/impl/PartInformationServiceImpl.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java index 636add84..655e0b75 100644 --- a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java @@ -161,9 +161,6 @@ public class PartInformationServiceImpl extends ServiceImpl().eq("username", inData.getCreateBy())); - log.info("用户名:" + ifsUser.getIfsUsername() + "密码:" + ifsUser.getIfsPassword()); - log.info(ifsTargetUrl); - //Server srv = getIfsServer(inData.getCreateBy()); - - Server srv = new Server(); + Server srv = getIfsServer(inData.getCreateBy()); // 正式物料则调用ifs copy part 接口 if (dataUrl && "Y".equals(fromPart.getStatus())) { CopyPart copyPart = new CopyPart();