fix
This commit is contained in:
parent
b98b02ac98
commit
2960934af9
3 changed files with 22 additions and 11 deletions
|
|
@ -905,7 +905,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
isLeave = true,
|
||||
leaveReason = "ได้รับโทษทางวินัย ไล่ออกจากราชการ",
|
||||
leaveReason = "ได้รับโทษทางวินัย ออกจากราชการ",
|
||||
dateLeave = r.commandAffectDate,
|
||||
refCommandDate = DateTime.Now,
|
||||
detail = p.DisciplineDisciplinary.Title,
|
||||
|
|
|
|||
|
|
@ -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