bug fixed

This commit is contained in:
kamonwan taengsuk
2023-02-13 15:52:41 +07:00
parent 96a61e399a
commit 328bfb8865
2 changed files with 2 additions and 1 deletions

View File

@@ -712,6 +712,7 @@ namespace rmutr_report.Controllers
ws.Cell(row,col2).Style.Font.FontSize = 16; ws.Cell(row,col2).Style.Font.FontSize = 16;
col2++; col2++;
} }
//ws.Cell(row, 8).Value = dataagency; //ws.Cell(row, 8).Value = dataagency;
// ws.Cell(row, 8).Value = data1.value1; // ws.Cell(row, 8).Value = data1.value1;
// ws.Cell(row, 9).Value = data1.value2; // ws.Cell(row, 9).Value = data1.value2;

View File

@@ -65,7 +65,7 @@ namespace rmutr_report.Models
public class agency public class agency
{ {
public string agency_name { get; set; } public string agency_name { get; set; }
public decimal? value { get; set; } public string value { get; set; }
} }
public class agency_data public class agency_data