diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index 3650259..fe3014e 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -2719,12 +2719,6 @@ namespace rmutr_report.Controllers int row = 1; foreach (var detail2 in budget.data) { - // var a = "- "; - // if (detail2.topic_type == 2) - // { - // detail2.list = a + detail2.list; - // } - if (detail2.topic_type == 5) { detail2.row_no = row.ToString(); diff --git a/bin/Debug/net5.0/rmutr_report.dll b/bin/Debug/net5.0/rmutr_report.dll index 5357d9f..8dfa8fd 100644 Binary files a/bin/Debug/net5.0/rmutr_report.dll and b/bin/Debug/net5.0/rmutr_report.dll differ diff --git a/bin/Debug/net5.0/rmutr_report.pdb b/bin/Debug/net5.0/rmutr_report.pdb index b36e084..3839b82 100644 Binary files a/bin/Debug/net5.0/rmutr_report.pdb and b/bin/Debug/net5.0/rmutr_report.pdb differ diff --git a/obj/Debug/net5.0/rmutr_report.dll b/obj/Debug/net5.0/rmutr_report.dll index 5357d9f..8dfa8fd 100644 Binary files a/obj/Debug/net5.0/rmutr_report.dll and b/obj/Debug/net5.0/rmutr_report.dll differ diff --git a/obj/Debug/net5.0/rmutr_report.pdb b/obj/Debug/net5.0/rmutr_report.pdb index b36e084..3839b82 100644 Binary files a/obj/Debug/net5.0/rmutr_report.pdb and b/obj/Debug/net5.0/rmutr_report.pdb differ