This commit is contained in:
kamonwan taengsuk
2023-04-04 09:45:10 +07:00
parent 3c67032a21
commit 0994f53c12

View File

@@ -116,7 +116,8 @@ namespace rmutr_report.Controllers
foreach (var boqPrice in building_fours.basic_information) foreach (var boqPrice in building_fours.basic_information)
{ {
string str = boqPrice.list;
string str = boqPrice.list.Split(".").ToString();
if (str.Length == 4) if (str.Length == 4)
{ {
for (int i = 1; i <= str.Length - 1; i += 4) for (int i = 1; i <= str.Length - 1; i += 4)