|
@@ -107,9 +107,9 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
String objPath = String.format(OBJ_PATH ,num);
|
|
|
String glbPath = String.format(GLB_PATH,num) +"/mesh.glb";
|
|
|
String glbOssPath = String.format(FilePath.GLB_OSS_PATH , num);
|
|
|
- if(uploadToOssUtil.existKey(glbOssPath)){
|
|
|
- return queryPath + "/"+glbOssPath;
|
|
|
- }
|
|
|
+// if(uploadToOssUtil.existKey(glbOssPath)){
|
|
|
+// return queryPath + "/"+glbOssPath;
|
|
|
+// }
|
|
|
List<String> fileList = uploadToOssUtil.listKeysFromAli(String.format(FilePath.OBJ_OSS_PATH, num));
|
|
|
for (String fileName : fileList) {
|
|
|
File file = new File(objPath);
|