fixed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user