From 6febb9472f099922709a7a0802af449e0a2d235e Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Thu, 31 Oct 2024 16:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=9A=84=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=80=BC=E5=90=8C=E6=AD=A5BUGxiuga?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/service/Impl/PropertiesServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/spring/modules/base/service/Impl/PropertiesServiceImpl.java b/src/main/java/com/spring/modules/base/service/Impl/PropertiesServiceImpl.java index 5dac88ff..c0af2d77 100644 --- a/src/main/java/com/spring/modules/base/service/Impl/PropertiesServiceImpl.java +++ b/src/main/java/com/spring/modules/base/service/Impl/PropertiesServiceImpl.java @@ -482,9 +482,6 @@ public class PropertiesServiceImpl implements PropertiesService { if (!"200".equals(toolResponse.getCode())) { throw new RuntimeException("IFS Tool属性修改异常:" + toolResponse.getMsg()); } - // 更新 ifs_row_id ifs_row_version - String objStr = String.valueOf(toolResponse.getObj()); - TechnicalClass ifsTool = JSON.parseObject(objStr, TechnicalClass.class); } @Override