แก้ไขใบเสร็จใบกำกับเครื่องราช

This commit is contained in:
Kittapath 2023-09-19 19:33:02 +07:00
parent 48ace11503
commit c3cc2d0b94
3 changed files with 17 additions and 12 deletions

View file

@ -95,7 +95,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
ret = oc + "/" + ret;
}
ret = ret.Substring(0, ret.Length - 1);
if (ret.Length > 2)
ret = ret.Substring(0, ret.Length - 1);
return ret;
}