|
@@ -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);
|