|
@@ -134,10 +134,10 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
if(ossGlbPath.contains("lod_")){
|
|
|
if(ossGlbPath.contains("lod_0")){
|
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
|
- }
|
|
|
- File file = new File(localGlbPath);
|
|
|
- if(file!=null){
|
|
|
- modelSize += file.length();
|
|
|
+ File file = new File(localGlbPath);
|
|
|
+ if(file!=null){
|
|
|
+ modelSize += file.length();
|
|
|
+ }
|
|
|
}
|
|
|
continue;
|
|
|
}
|