fix: คำนวนเครื่องราชย์ เช็คเงื่อนไขใหม่

This commit is contained in:
Suphonchai Phoonsawat 2024-07-01 15:32:06 +07:00
parent 2a20ac3d9d
commit 29d892a20e
2 changed files with 256 additions and 108 deletions

View file

@ -450,7 +450,7 @@ namespace BMA.EHR.Application.Repositories
{
try
{
var apiPath = $"{_configuration["API"]}/org/profile/{id}";
var apiPath = $"{_configuration["API"]}/org/dotnet/profile/{id}";
var apiResult = GetExternalAPIAsync(apiPath, accessToken ?? "");
if (apiResult.Result != null)