แก้ format ฟิว posMasterNo (5)
This commit is contained in:
parent
8415ffc92d
commit
e96f606c85
3 changed files with 3 additions and 3 deletions
|
|
@ -374,7 +374,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
placementRepatriation.positionAreaOld = org.result.positionArea;
|
||||
placementRepatriation.PositionLevelOld = org.result.posLevelName;
|
||||
placementRepatriation.PositionTypeOld = org.result.posTypeName;
|
||||
placementRepatriation.PositionNumberOld = org.result.nodeShortName + " " + org.result.posMasterNo;
|
||||
placementRepatriation.PositionNumberOld = org.result.posNo;
|
||||
placementRepatriation.OrganizationOld = (org.result.child4 == null ? "" : org.result.child4 + "\n") +
|
||||
(org.result.child3 == null ? "" : org.result.child3 + "\n") +
|
||||
(org.result.child2 == null ? "" : org.result.child2 + "\n") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue