|
@@ -296,7 +296,7 @@ public class InvoiceBasicInfoServiceImpl extends ServiceImpl<InvoiceBasicInfoMap
|
|
|
if (!file.getParentFile().exists()) {
|
|
|
file.getParentFile().mkdirs();
|
|
|
}
|
|
|
- file.deleteOnExit();
|
|
|
+// file.deleteOnExit();
|
|
|
for (int i = 0; i < 14; i++) {
|
|
|
Row row = sheet.createRow(0);
|
|
|
Cell cell = row.createCell(0);
|