update
This commit is contained in:
@@ -2322,6 +2322,12 @@ namespace rmutr_report.Controllers
|
||||
public IActionResult GetBudgetExpenditureRevenueReport([FromRoute] string type,
|
||||
[FromBody] budget_expenditure_report_from_revenue budget)
|
||||
{
|
||||
var b = budget.budgets.ToArray();
|
||||
foreach (var bb in b)
|
||||
{
|
||||
bb.personnel_list_s = new List<personnel_list> { bb.personnel_lists };
|
||||
}
|
||||
|
||||
var budgetExpenditure = new List<budget_expenditure_report_from_revenue>() { budget };
|
||||
|
||||
Report report = new Report();
|
||||
|
||||
Reference in New Issue
Block a user