bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-08-04 16:55:05 +07:00
parent 6e389605d9
commit bc55d24121
21 changed files with 224 additions and 124 deletions

View File

@@ -33,7 +33,6 @@ namespace rmutr_report.Controllers
{
foreach (var x in budget_reports)
{
int sum1 = budget_reports.Sum(g => int.Parse(g.salaya));
x.sum1 = sum1;
int sum2 = budget_reports.Sum(g => int.Parse(g.bophitphimuk));
@@ -2793,7 +2792,7 @@ namespace rmutr_report.Controllers
{
detail.row_no = null;
}
}
}
var summaryBudget = new List<summary_subsidy_projects>() { budget };
@@ -2819,7 +2818,7 @@ namespace rmutr_report.Controllers
return File(
stream,
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"project_summary_subsidy" + ".xlsx");
"project_summary_subsidy" + ".xlsx");
}
return Ok();