|
@@ -164,8 +164,7 @@ public class ProjectServiceImpl extends ServiceImpl<IProjectMapper, Project> imp
|
|
|
ProjectBim bim = null;
|
|
|
List<ProjectBim> projectBims = projectBimService.getByProjectId(projectId);
|
|
|
for (ProjectBim projectBim : projectBims) {
|
|
|
- if(projectBim.getBimStatus().equals(BusinessStatus.DONE.getInfo()) ||
|
|
|
- projectBim.getBimStatus().equals(BusinessStatus.UPLOAD.getInfo())){
|
|
|
+ if(!projectBim.getBimStatus().equals(BusinessStatus.ERROR.getInfo())) {
|
|
|
bim = projectBim;
|
|
|
}
|
|
|
}
|