fix bug
This commit is contained in:
parent
78a47bc735
commit
a494020d37
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
positionNameNew = p.position,
|
positionNameNew = p.position,
|
||||||
posmasterId = p.posmasterId,
|
posmasterId = p.posmasterId,
|
||||||
posTypeNameNew = p.posTypeName,
|
posTypeNameNew = p.posTypeName,
|
||||||
posLeveNamelNew = p.posLevelName,
|
posLevelNameNew = p.posLevelName,
|
||||||
posNoNew = p.posMasterNo?.ToString(),
|
posNoNew = p.posMasterNo?.ToString(),
|
||||||
posNoAbbNew = p.child4ShortName != null ? $"{p.child4ShortName}" :
|
posNoAbbNew = p.child4ShortName != null ? $"{p.child4ShortName}" :
|
||||||
p.child3ShortName != null ? $"{p.child3ShortName}" :
|
p.child3ShortName != null ? $"{p.child3ShortName}" :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue