认证清单关联平台件

This commit is contained in:
zhn
2023-09-21 14:09:55 +08:00
parent 9ca563bc67
commit 4c836792ee
@@ -6935,9 +6935,11 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
}
if(!projectCertificationInventoryEOS.isEmpty()){
result = setData(certificationInventoryEOS, projectCertificationInventoryEOS, projectCertificationInventoryEO);
this.saveOrUpdateBatch(result);
}
}
if(!result.isEmpty()){
this.saveOrUpdateBatch(result);
}
}
}