From 9db5925f98948bf37925c4b21ca13206d57fdff4 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Tue, 28 Mar 2023 12:24:08 +0700 Subject: [PATCH] fixed --- Controllers/building_four.Controller.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Controllers/building_four.Controller.cs b/Controllers/building_four.Controller.cs index c797d8e..40b533f 100644 --- a/Controllers/building_four.Controller.cs +++ b/Controllers/building_four.Controller.cs @@ -151,7 +151,12 @@ namespace rmutr_report.Controllers for (int i = 3; i <= str.Length - 1; i += 8) { boqPrice.list = str.Insert(i, ","); + //boqPrice.list = str.Insert(i, ","); + } + for (int i = 6; i <= str.Length - 1; i += 8) + { boqPrice.list = str.Insert(i, ","); + //boqPrice.list = str.Insert(i, ","); } } @@ -195,7 +200,12 @@ namespace rmutr_report.Controllers for (int i = 3; i <= str.Length - 1; i += 8) { boqPrice.have = str.Insert(i, ","); + //boqPrice.have = str.Insert(i, ","); + } + for (int i = 6; i <= str.Length - 1; i += 8) + { boqPrice.have = str.Insert(i, ","); + //boqPrice.list = str.Insert(i, ","); } }