Merge
This commit is contained in:
parent
3bb92d337a
commit
d9d1a99497
3 changed files with 18 additions and 13 deletions
|
|
@ -322,8 +322,8 @@ namespace BMA.EHR.Application.Repositories
|
|||
LastInsignia = p.LastInsignia,
|
||||
LastInsigniaId = p.LastInsigniaId,
|
||||
Salary = p.Salary,
|
||||
PositionSalaryAmount = p.PositionSalaryAmount ?? 0,
|
||||
Amount = p.Amount ?? 0,
|
||||
PositionSalaryAmount = p.PositionSalaryAmount,
|
||||
Amount = p.Amount,
|
||||
RootId = p.RootId,
|
||||
Root = p.Root,
|
||||
RequestInsignia = GetInsigniaByName("เบญจมาภรณ์มงกุฎไทย"),
|
||||
|
|
@ -831,8 +831,8 @@ namespace BMA.EHR.Application.Repositories
|
|||
RequestInsignia = GetInsigniaByName("จัตุรถาภรณ์มงกุฎไทย"),
|
||||
Seq = 2,
|
||||
Gender = p.Gender,
|
||||
PositionSalaryAmount = p.PositionSalaryAmount ?? 0,
|
||||
Amount = p.Amount ?? 0,
|
||||
PositionSalaryAmount = p.PositionSalaryAmount,
|
||||
Amount = p.Amount,
|
||||
RootId = p.RootId,
|
||||
Root = p.Root,
|
||||
MatchingConditions = new List<MatchingCondition>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue