|
@@ -1865,7 +1865,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
if(StrUtil.isEmpty(ossPath)){
|
|
|
return ResultData.error(-1, "资源路径不能为空");
|
|
|
}
|
|
|
- if(StrUtil.endWith(ossPath, "/")){
|
|
|
+ if(!StrUtil.endWith(ossPath, "/")){
|
|
|
ossPath = ossPath + "/";
|
|
|
}
|
|
|
|