|
@@ -235,13 +235,13 @@ public class ModelServiceImpl extends ServiceImpl<IModelMapper, Model> implement
|
|
log.error("uploadObj--ThreadError-modeId:{},error:{}",model.getModelId(),e);
|
|
log.error("uploadObj--ThreadError-modeId:{},error:{}",model.getModelId(),e);
|
|
}finally {
|
|
}finally {
|
|
if(newObjFile!=null){
|
|
if(newObjFile!=null){
|
|
- //FileUtil.del(newObjFile);
|
|
|
|
|
|
+ FileUtil.del(newObjFile);
|
|
}
|
|
}
|
|
if(objPathFile!=null){
|
|
if(objPathFile!=null){
|
|
- //FileUtil.del(objPathFile);
|
|
|
|
|
|
+ FileUtil.del(objPathFile);
|
|
}
|
|
}
|
|
if(mntFile!=null){
|
|
if(mntFile!=null){
|
|
- //FileUtil.del(mntFile.getParentFile());
|
|
|
|
|
|
+ FileUtil.del(mntFile.getParentFile());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}, executor).whenComplete((reslut, e) -> {
|
|
}, executor).whenComplete((reslut, e) -> {
|