ให้ออกลูกจ้าง
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-27 10:14:54 +07:00
parent 8a3baab88f
commit 87e8c17309
9 changed files with 19456 additions and 68 deletions

View file

@ -129,7 +129,7 @@ namespace BMA.EHR.Application.Repositories
}
}
public async Task<List<GetProfileByRootIdDto>> GetEmployeeProfileByPositionAsync(dynamic empPosId, string? accessToken)
public async Task<List<GetProfileByRootIdDto>> GetEmployeeProfileByPositionAsync(Guid rootId, dynamic empPosId, string? accessToken)
{
try
{
@ -138,6 +138,7 @@ namespace BMA.EHR.Application.Repositories
var body = new
{
rootId,
empPosId
};