fix ออกคำสั่งย้ายลูกจ้างประจำ

This commit is contained in:
Bright 2024-07-16 16:19:11 +07:00
parent 1960f243d0
commit a2a8aee819
3 changed files with 4 additions and 2 deletions

View file

@ -7078,7 +7078,7 @@ namespace BMA.EHR.Application.Repositories.Commands
}
var baseAPIOrg = _configuration["API"];
var apiUrlOrg = $"{baseAPIOrg}/org/pos/report/current";
var apiUrlOrg = $"{baseAPIOrg}/org/employee/pos/report/current";
using (var client = new HttpClient())
{
client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", token.Replace("Bearer ", ""));