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

@ -526,7 +526,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
var _res = await client.PostAsJsonAsync($"{_configuration["API"]}/org/workflow/add-workflow", new
{
refId = retirementResign.Id,
sysName = "SYS_RESIGN",
sysName = "RETIREMENT_RESIFNATION",
posLevelName = retirementResign.PositionLevelOld,
posTypeName = retirementResign.PositionTypeOld,
});