From ffcdf90ebb645023993b5b6ea4d6bc41dbcb2dfc Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 22 May 2025 15:35:09 +0800 Subject: [PATCH] 2025-05-22 --- .../part/service/impl/PartInformationServiceImpl.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 655e0b75..a0e045b2 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,6 +161,9 @@ public class PartInformationServiceImpl extends ServiceImpl().eq("username", inData.getCreateBy())); + log.info(ifsUser.toString()); + log.info(ifsTargetUrl); + //Server srv = getIfsServer(inData.getCreateBy()); + + Server srv = new Server(); // 正式物料则调用ifs copy part 接口 if (dataUrl && "Y".equals(fromPart.getStatus())) { CopyPart copyPart = new CopyPart();