diff --git a/Controllers/durable_articles_three.Controller.cs b/Controllers/durable_articles_three.Controller.cs index 42da5d4..c08de22 100644 --- a/Controllers/durable_articles_three.Controller.cs +++ b/Controllers/durable_articles_three.Controller.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using System.Globalization; using System.IO; @@ -28,7 +29,7 @@ namespace rmutr_report.Controllers public IActionResult GetHrReport([FromRoute] string type, [FromBody] durable_articles_three durable_articles_threes) { - + Console.WriteLine(durable_articles_threes.specification_data[0].data_detail[0].data_detail2); var a1 = durable_articles_threes.data.Where(d => d.amount == d.amount) .Sum(o => o.amount); durable_articles_threes.total_amount = a1; diff --git a/wwwroot/reports/durable_articles_three.frx b/wwwroot/reports/durable_articles_three.frx index d16ab89..0fa5daa 100644 --- a/wwwroot/reports/durable_articles_three.frx +++ b/wwwroot/reports/durable_articles_three.frx @@ -1,5 +1,5 @@  - + @@ -150,35 +150,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -383,8 +381,8 @@ - - + +