fix สังกัด
This commit is contained in:
parent
62f2fd85cc
commit
88c138762f
1 changed files with 6 additions and 1 deletions
|
|
@ -1739,7 +1739,12 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
|
|||
Prefix = item.Prefix,
|
||||
FirstName = item.FirstName,
|
||||
LastName = item.LastName,
|
||||
Organization = item.Organization,
|
||||
//Organization = item.Organization,
|
||||
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,
|
||||
rootId = item.rootId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue