|
|
@@ -959,7 +959,7 @@ open class ReportService( |
|
|
|
temp.forEachIndexed { index, _ -> |
|
|
|
dayInt = temp[index]["date"].toString().toInt() |
|
|
|
tempCell = sheet.getRow(dayInt.plus(7)).createCell(columnIndex) |
|
|
|
tempCell.setCellValue(temp[index]["normalConsumed"] as Double) |
|
|
|
tempCell.setCellValue((temp[index]["normalConsumed"] as Double) + (temp[index]["otConsumed"] as Double)) |
|
|
|
} |
|
|
|
columnIndex++ |
|
|
|
} |
|
|
|