|
@@ -135,6 +135,12 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
}
|
|
|
String ossGlbPath = localGlbPath.replace(FilePath.LOCAL_BASE_PATH,"fusion/");
|
|
|
uploadToOssUtil.uploadOss(localGlbPath,ossGlbPath);
|
|
|
+ if(ossGlbPath.contains("lod_")){
|
|
|
+ if(ossGlbPath.contains("lod_0")){
|
|
|
+ ossGlbPaths.add(queryPath +ossGlbPath);
|
|
|
+ }
|
|
|
+ continue;
|
|
|
+ }
|
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
|
}
|
|
|
return JSONArray.toJSONString(ossGlbPaths);
|