แก้ format org
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-23 11:48:12 +07:00
parent 78bbfb7107
commit ff4019978f
14 changed files with 178 additions and 178 deletions

View file

@ -1745,10 +1745,10 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
FirstName = item.FirstName,
LastName = item.LastName,
//Organization = item.Organization,
Organization = (item.child4 == null ? "" : item.child4 + "\n") +
(item.child3 == null ? "" : item.child3 + "\n") +
(item.child2 == null ? "" : item.child2 + "\n") +
(item.child1 == null ? "" : item.child1 + "\n") +
Organization = (item.child4 == null ? "" : item.child4 + " ") +
(item.child3 == null ? "" : item.child3 + " ") +
(item.child2 == null ? "" : item.child2 + " ") +
(item.child1 == null ? "" : item.child1 + " ") +
(item.root == null ? "" : item.root),
root = item.root,