|
|
@@ -2599,7 +2599,7 @@ open class ReportService( |
|
|
|
"description" to projectsCode["description"], |
|
|
|
"projectExpense" to projectExpense["amount"] |
|
|
|
) |
|
|
|
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 1) |
|
|
|
val financialYears = getHalfYearFinancialPeriods(queryStartMonth, queryEndMonth, 10) |
|
|
|
|
|
|
|
val staffInfoList = mutableListOf<Map<String, Any>>() |
|
|
|
|
|
|
|