|
@@ -1872,7 +1872,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 + "/";
|
|
|
}
|
|
|
|