解决删除文件错误问题

master
zhanghai 2 years ago
parent 2441980591
commit 000dc128b9

@ -156,9 +156,9 @@ public class FenpanService {
try {
PdfBoxUtils.pdf2image(piece.getAbsolutePath(),file.getAbsolutePath());
File[] files = file.listFiles();
System.out.println("件名:"+file.getName());
// System.out.println("件名:"+file.getName());
for(File pdfImg:files){
System.out.println("图片名"+pdfImg.getName());
// System.out.println("图片名"+pdfImg.getName());
getDocumentList(documentList, pdfImg);
}
} catch (IOException e) {

Loading…
Cancel
Save