Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2024-07-03 11:08:51 +07:00
commit e27577bccb

View file

@ -5407,7 +5407,7 @@ namespace BMA.EHR.Application.Repositories.Commands
var _res = await client.PostAsJsonAsync(apiUrl, new var _res = await client.PostAsJsonAsync(apiUrl, new
{ {
isLeave = true, isLeave = true,
leaveReason = "ได้รับโทษทางวินัย ให้ออกจากราชการ", leaveReason = "ให้ออกจากราชการ",
dateLeave = command.CommandAffectDate, dateLeave = command.CommandAffectDate,
}); });
var _result = await _res.Content.ReadAsStringAsync(); var _result = await _res.Content.ReadAsStringAsync();