This commit is contained in:
Bright 2024-11-05 22:49:22 +07:00
parent b98b02ac98
commit 2960934af9
3 changed files with 22 additions and 11 deletions

View file

@ -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,

View file

@ -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,