@@ -826,6 +826,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
}
List<String> notExistFileList = uploadFileList.stream().filter(filePath -> {
filePath = filePath.substring(filePath.lastIndexOf(File.separator) + 1);
+ log.info(filePath);
if(!panoramaImageList.contains(filePath)){
return false;
@@ -33,7 +33,7 @@ spring:
refresh: true
discovery:
server-addr: 120.24.144.164:8848
- namespace: 4dkankan-test
+ namespace: 4dkankan-dev
sentinel:
transport:
dashboard: 120.24.144.164:8888