|
@@ -77,7 +77,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
return ;
|
|
|
}
|
|
|
|
|
|
- String[] structureIds = itpDo.getStructureid().split(",");
|
|
|
+// String[] structureIds = itpDo.getStructureid().split(",");
|
|
|
|
|
|
List<ZhcxOutsideInspectionItpDo> insertList = new ArrayList<>();
|
|
|
List<ZhcxOutsideInspectionItpDo> updateList = new ArrayList<>();
|
|
@@ -98,7 +98,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
itpDo.setStructurename(structurNames[m]);
|
|
|
itpDo.setInspectioncontent(inspectionContent);
|
|
|
itpDo.setInspectioncode(code);
|
|
|
- itpDo.setStructureid(structureIds[m]);
|
|
|
+// itpDo.setStructureid(structureIds[m]);
|
|
|
updateList.add(itpDo);
|
|
|
continue;
|
|
|
}
|
|
@@ -109,7 +109,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
entity.setInspectioncontent(inspectionContent);
|
|
|
entity.setId(SecurityUtil.getUUID());
|
|
|
entity.setInspectioncode(code);
|
|
|
- entity.setStructureid(structureIds[m]);
|
|
|
+// entity.setStructureid(structureIds[m]);
|
|
|
insertList.add(entity);
|
|
|
newItpIdList.add(entity.getId());
|
|
|
|