|
@@ -138,7 +138,7 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
|
}
|
|
|
String ossGlbPath = localGlbPath.replace(FilePath.LOCAL_BASE_PATH,"fusion/");
|
|
|
uploadToOssUtil.uploadOss(localGlbPath,ossGlbPath);
|
|
|
- ossGlbPaths.add(queryPath + "/"+ossGlbPath);
|
|
|
+ ossGlbPaths.add(queryPath +ossGlbPath);
|
|
|
}
|
|
|
return JSONArray.toJSONString(ossGlbPaths);
|
|
|
}
|