fix ออกคำสั่งปรับระดับชั้นงานลูกจ้างประจำ

This commit is contained in:
Bright 2024-07-17 16:37:15 +07:00
parent a2a8aee819
commit bcf0c0bfdb
2 changed files with 5 additions and 4 deletions

View file

@ -6743,7 +6743,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 ", ""));