|
@@ -116,6 +116,7 @@ public class BuildV3SceneServiceImpl implements IBuildSceneService {
|
|
try {
|
|
try {
|
|
|
|
|
|
//重新计算时需要删除文件夹,否知使用缓存
|
|
//重新计算时需要删除文件夹,否知使用缓存
|
|
|
|
+ //由于刘强说caches会影响计算结果,所以这里删除整个计算目录
|
|
if(new File(message.getPath()).exists()){
|
|
if(new File(message.getPath()).exists()){
|
|
FileUtils.deleteDirectory(message.getPath());
|
|
FileUtils.deleteDirectory(message.getPath());
|
|
}
|
|
}
|