|
@@ -224,8 +224,12 @@ public class SceneCommonService {
|
|
|
public void delLink(String path) {
|
|
|
String panPath = path +"/panorama";
|
|
|
File file = new File(panPath);
|
|
|
+ log.info("delLink--filePath:{}",path);
|
|
|
+ log.info("delLink--filePath:{}",file.exists());
|
|
|
if(file.exists()){
|
|
|
File[] files = file.listFiles();
|
|
|
+ log.info("delLink--filePath:{}",files);
|
|
|
+ log.info("delLink--filePath:{}",files.length);
|
|
|
if(files == null || files.length == 0){
|
|
|
return;
|
|
|
}
|