Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2024-07-08 17:09:59 +07:00
commit 12733ea779
2 changed files with 4 additions and 4 deletions

View file

@ -2935,7 +2935,7 @@ namespace BMA.EHR.Application.Repositories.Commands
positionType = placementProfile.posTypeName == null ? string.Empty : placementProfile.posTypeName,
positionLevel = placementProfile.posLevelName == null ? string.Empty : placementProfile.posLevelName,
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();
}