From 328bfb886559a736038429bfb9bf70d5714382c0 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Mon, 13 Feb 2023 15:52:41 +0700 Subject: [PATCH] bug fixed --- Controllers/Detail_Kpi.Controller.cs | 1 + Models/budget/detail_kpi.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Controllers/Detail_Kpi.Controller.cs b/Controllers/Detail_Kpi.Controller.cs index 88b7a7c..7bdcc53 100644 --- a/Controllers/Detail_Kpi.Controller.cs +++ b/Controllers/Detail_Kpi.Controller.cs @@ -712,6 +712,7 @@ namespace rmutr_report.Controllers ws.Cell(row,col2).Style.Font.FontSize = 16; col2++; } + //ws.Cell(row, 8).Value = dataagency; // ws.Cell(row, 8).Value = data1.value1; // ws.Cell(row, 9).Value = data1.value2; diff --git a/Models/budget/detail_kpi.cs b/Models/budget/detail_kpi.cs index bf4e716..4610b00 100644 --- a/Models/budget/detail_kpi.cs +++ b/Models/budget/detail_kpi.cs @@ -65,7 +65,7 @@ namespace rmutr_report.Models public class agency { public string agency_name { get; set; } - public decimal? value { get; set; } + public string value { get; set; } } public class agency_data