|
@@ -1296,8 +1296,8 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
return R.fail("请关联清表!");
|
|
|
}
|
|
|
|
|
|
- String pdfPath = sys_net_url + "/pdf//" + pkeyId + ".pdf";
|
|
|
- String excelPath = sys_net_url + "/pdf//" + pkeyId + ".xlsx";
|
|
|
+ String pdfPath = file_path + "/pdf//" + pkeyId + ".pdf";
|
|
|
+ String excelPath = file_path + "/pdf//" + pkeyId + ".xlsx";
|
|
|
File tabPdf = ResourceUtil.getFile(pdfPath);
|
|
|
if (tabPdf.exists()) {
|
|
|
tabPdf.delete();
|