bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-22 11:44:12 +07:00
parent d964d7ade9
commit 708ae14454
2 changed files with 22 additions and 17 deletions

View File

@@ -42,6 +42,11 @@ namespace rmutr_report.Controllers
//a++;
}
foreach (var detail in durable_articles_threes.invest_detail)
{
}
var _durable_articles_three = new List<durable_articles_three>() {durable_articles_threes};
Report report = new Report();