เพิ่มวันที่เข้า/ออกจากราชการ
This commit is contained in:
parent
d8d3838d5c
commit
f2df44cf6a
5 changed files with 12 additions and 2 deletions
|
|
@ -1712,7 +1712,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
positionType = p.posTypeName == null ? string.Empty : p.posTypeName,
|
||||
positionLevel = p.posLevelName == null ? string.Empty : p.posLevelName,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear.ToThaiYear()}",
|
||||
templateDoc = r.templateDoc
|
||||
templateDoc = r.templateDoc,
|
||||
isGovernment = true
|
||||
},
|
||||
bodyPosition = new
|
||||
{
|
||||
|
|
@ -1978,7 +1979,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
positionType = p.posTypeName == null ? string.Empty : p.posTypeName,
|
||||
positionLevel = p.posLevelName == null ? string.Empty : p.posLevelName,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear.ToThaiYear()}",
|
||||
templateDoc = r.templateDoc
|
||||
templateDoc = r.templateDoc,
|
||||
isGovernment = true
|
||||
},
|
||||
bodyPosition = new
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue