no message
This commit is contained in:
parent
74f05fccfe
commit
5604d7076e
14 changed files with 92 additions and 20 deletions
|
|
@ -1089,7 +1089,9 @@ 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,
|
||||
refCommandCode = r.refCommandCode,
|
||||
refCommandName = r.refCommandName,
|
||||
},
|
||||
bodyPosition = new
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue