fix: คำนวนเครื่องราชย์ เช็คเงื่อนไขใหม่
This commit is contained in:
parent
2a20ac3d9d
commit
29d892a20e
2 changed files with 256 additions and 108 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue