|
@@ -75,7 +75,7 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
if(type == 0 || type == 1){ //看看,看见
|
|
if(type == 0 || type == 1){ //看看,看见
|
|
String objPath = String.format(OBJ_PATH ,num);
|
|
String objPath = String.format(OBJ_PATH ,num);
|
|
String glbPath = String.format(GLB_PATH,num);
|
|
String glbPath = String.format(GLB_PATH,num);
|
|
- String glbOssPath = FilePath.GLB_OSS_PATH +"/" + num;
|
|
|
|
|
|
+ String glbOssPath = String.format(FilePath.GLB_OSS_PATH , num);
|
|
List<String> fileList = uploadToOssUtil.listKeysFromAli(String.format(FilePath.OBJ_OSS_PATH, num));
|
|
List<String> fileList = uploadToOssUtil.listKeysFromAli(String.format(FilePath.OBJ_OSS_PATH, num));
|
|
for (String fileName : fileList) {
|
|
for (String fileName : fileList) {
|
|
File file = new File(objPath);
|
|
File file = new File(objPath);
|