fix
This commit is contained in:
parent
b98b02ac98
commit
2960934af9
3 changed files with 22 additions and 11 deletions
|
|
@ -111,8 +111,8 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
|
||||
Position = x.Position,
|
||||
PosNo = x.PosNo,
|
||||
PositionLevel = x.PositionLevel,
|
||||
PositionType = x.PositionType,
|
||||
PositionLevel = x.PositionLevel == null ? "" : x.PositionLevel,
|
||||
PositionType = x.PositionType == null ? "" : x.PositionType,
|
||||
Salary = x.Salary,
|
||||
Status = x.Status,
|
||||
DescriptionSuspend = x.DescriptionSuspend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue