ชื่อคำสั่งแต่งตั้ง
This commit is contained in:
parent
4a1a935112
commit
a393be5c64
1 changed files with 1 additions and 1 deletions
|
|
@ -2935,7 +2935,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
||||||
positionType = placementProfile.posTypeName == null ? string.Empty : placementProfile.posTypeName,
|
positionType = placementProfile.posTypeName == null ? string.Empty : placementProfile.posTypeName,
|
||||||
positionLevel = placementProfile.posLevelName == null ? string.Empty : placementProfile.posLevelName,
|
positionLevel = placementProfile.posLevelName == null ? string.Empty : placementProfile.posLevelName,
|
||||||
refCommandNo = $"{command.CommandNo}/{command.CommandYear.ToInteger().ToThaiYear()}",
|
refCommandNo = $"{command.CommandNo}/{command.CommandYear.ToInteger().ToThaiYear()}",
|
||||||
templateDoc = string.Empty,
|
templateDoc = "คำสั่งแต่งตั้ง คำสั่ง" + command.IssuerOrganizationName + "ที่ " + $"{command.CommandNo}/{command.CommandYear.ToInteger().ToThaiYear()} ลงวันที่ {command.CommandExcecuteDate!.Value.ToThaiFullDate3()}",
|
||||||
});
|
});
|
||||||
var _result = await _res.Content.ReadAsStringAsync();
|
var _result = await _res.Content.ReadAsStringAsync();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue