|
|
|
@ -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 |
|
|
|
|