sort data leave

This commit is contained in:
kittapath 2024-10-22 10:54:39 +07:00
parent 4bec812d25
commit 380bb5ec60
11 changed files with 12 additions and 13 deletions

View file

@ -1462,7 +1462,7 @@ namespace BMA.EHR.Leave.Service.Controllers
var _res = await client.PostAsJsonAsync(apiUrlOrg, new
{
refId = id,
sysName = "SYS_LEAVE_LIST",
sysName = "LEAVE_LIST",
posLevelName = profile.PosLevel?.PosLevelName ?? "",
posTypeName = profile.PosType?.PosTypeName ?? "",
});