fix amountOld
This commit is contained in:
parent
d08b4ca723
commit
9e99e985cd
7 changed files with 16 additions and 13 deletions
|
|
@ -941,7 +941,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
? p.PositionOld == null ? $"{p.rootOld}" : $"{p.PositionOld}/{p.rootOld}" : "-",
|
||||
OldPositionType = p.PositionTypeOld ?? "-",
|
||||
OldPositionLevel = p.PositionLevelOld ?? "-",
|
||||
OldSalary = p.Amount == null ? "-" : p.Amount.Value.ToNumericNoDecimalText().ToThaiNumber(),
|
||||
OldSalary = p.AmountOld == null ? "-" : p.AmountOld.Value.ToNumericNoDecimalText().ToThaiNumber(),
|
||||
NewOc = p.root == null ? p.position == null ? "-" : $"{p.position}/-" :
|
||||
p.node == 4
|
||||
? p.position == null ? $"{p.child4}/{p.child3}/{p.child2}/{p.child1}/{p.root}" : $"{p.position}/{p.child4}/{p.child3}/{p.child2}/{p.child1}/{p.root}" :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue