xs 5 lat temu
rodzic
commit
3cedef19e2

+ 1 - 1
src/main/java/com/jeeplus/modules/sg/financial/erpcredit/util/ExportUtil.java

@@ -804,7 +804,7 @@ public class ExportUtil {
            List<TheAssetsTotal> theAssetsTotals = ExportUtilCalculate.getTheAssetsTotal(erpCredits);
            for (int i = 0; i < theAssetsTotals.size(); i++) {
                theAssetsTotal = theAssetsTotals.get(i);
-               row = (XSSFRow) sheet.getRow((int)i+6);
+               row = (XSSFRow) sheet.getRow((int)i+5);
                cell = row.getCell(2);
                cell.setCellValue(theAssetsTotal.getBuildProject());
                cell=row.getCell(3);