|
@@ -241,7 +241,9 @@ public class PrivateStandardServiceImpl extends ServiceImpl<PrivateStandardMappe
|
|
|
for (StandardFile standardFile : standardFiles) {
|
|
|
String pdfName = standardFile.getStandardFileUrl().split("upload")[1];
|
|
|
this.newIOSSClient.removeFile("upload" + pdfName);
|
|
|
+ standardFile.setIsDeleted(1);
|
|
|
}
|
|
|
+ standardFileService.saveOrUpdateBatch(standardFiles);
|
|
|
}
|
|
|
MultipartFile file = dto.getFile();
|
|
|
StandardFile standardFile = new StandardFile();
|