From 8228862f3996373a6362f01964e38d2216a0d8e1 Mon Sep 17 00:00:00 2001 From: Qiuyi LI Date: Fri, 15 Sep 2023 11:21:37 +0200 Subject: [PATCH] Update AbstractInvoice.java Cleanup comments --- .../jeecg/modules/business/domain/invoice/AbstractInvoice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java index da1086e6a..6b4be84f5 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java @@ -165,7 +165,7 @@ public abstract class AbstractInvoice { if(data.size() > dataRowNumber + 1) { int startRow = LAST_ROW+1; - int fileLastRow = sheet.getLastRowNum(); //62 + int fileLastRow = sheet.getLastRowNum(); // shifting the footer of the file, to X rows below // making sure the whole footer is in the same page (13 lines) and we fill the end of page with blank data lines