|
@@ -365,7 +365,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
// //删除计算目录
|
|
// //删除计算目录
|
|
if(CollUtil.isEmpty(notDeleteNasNumList) || !notDeleteNasNumList.contains(sceneCode)){
|
|
if(CollUtil.isEmpty(notDeleteNasNumList) || !notDeleteNasNumList.contains(sceneCode)){
|
|
- CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
|
|
|
|
|
|
+// CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
|
|
|
|
+ FileUtil.del(path);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|