|
@@ -816,15 +816,8 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
//比对图片列表,不存在的要返回名称集合
|
|
|
String visionPath = path + "/results/vision.txt";
|
|
|
List<String> panoramaImageList = SceneUtil.getPanoramaImageList(visionPath);
|
|
|
- for (String s : panoramaImageList) {
|
|
|
- log.info("vision文件:" + s);
|
|
|
- }
|
|
|
- for (String s : uploadFileList) {
|
|
|
- log.info("upload文件:" + s);
|
|
|
- }
|
|
|
List<String> notExistFileList = uploadFileList.stream().filter(filePath -> {
|
|
|
filePath = filePath.substring(filePath.lastIndexOf(File.separator) + 1);
|
|
|
- log.info(filePath);
|
|
|
if(panoramaImageList.contains(filePath)){
|
|
|
return false;
|
|
|
}
|