|
@@ -205,7 +205,8 @@ public class BuildReverseE57SceneServiceImpl 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);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|