|
@@ -527,7 +527,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, "/"));
|
|
|
|
|
|
|
+ FileUtil.del(path);
|
|
|
|
|
+// CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//更新场景主表
|
|
//更新场景主表
|