modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/model/ModelNodeAlgorithm.java
@@ -24,6 +24,7 @@ modelNodeAlgorithm.setPicId(node.getPicId()); modelNodeAlgorithm.setModelId(node.getModelId()); modelNodeAlgorithm.setDataId(node.getDataId()); modelNodeAlgorithm.setDeviceNo(node.getDeviceNo()); modelNodeAlgorithm.setNodeType(node.getNodeType()); modelNodeAlgorithm.setNodeTypeExt(node.getNodeTypeExt()); modelNodeAlgorithm.setName(node.getName()); modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/service/ModelLineService.java
@@ -368,7 +368,7 @@ if ("product_sb".equals(productType)) { jsonValue = JsonUtils2.getJsonValueByPath(jsonObject, "data/deviceNo".split("/")); if (jsonValue != null && StringUtils.isNotBlank(jsonValue.toString())) { modelNode.setVoteNum(Integer.valueOf(jsonValue.toString())); modelNode.setDeviceNo(Integer.valueOf(jsonValue.toString())); } else { modelNode.setDeviceNo(0); }