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();