|
@@ -138,9 +138,8 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
if(ossGlbPath.contains("lod_")){
|
|
if(ossGlbPath.contains("lod_")){
|
|
if(ossGlbPath.contains("lod_0")){
|
|
if(ossGlbPath.contains("lod_0")){
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
- }else {
|
|
|
|
- continue;
|
|
|
|
}
|
|
}
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
ossGlbPaths.add(queryPath +ossGlbPath);
|
|
}
|
|
}
|