no message
This commit is contained in:
parent
8b80d44b8e
commit
a302956a6d
1 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue