|
|
@@ -4285,7 +4285,7 @@ public class ExcelTabController extends BladeController {
|
|
|
BladeFile bladeFile = this.newIOSSClient.uploadFileByInputStream(file);
|
|
|
if(bladeFile!=null&&StringUtils.isNotEmpty(oldUrl)){
|
|
|
String fileName=oldUrl.substring(oldUrl.lastIndexOf("/")+1);
|
|
|
- newIOSSClient.removeFile(fileName);
|
|
|
+ newIOSSClient.removeFile("upload/"+fileName);
|
|
|
}
|
|
|
return R.data(bladeFile);
|
|
|
}
|