แก้บรรจุ
Some checks failed
release-dev / release-dev (push) Failing after 13s

This commit is contained in:
kittapath 2025-10-13 23:06:02 +07:00
parent f97e643ac1
commit 81658054f8

View file

@ -946,7 +946,6 @@ namespace BMA.EHR.Placement.Service.Controllers
person.child4ShortName = req.node <= 3 ? null : org.result.child4ShortName;
}
var apiUrlUpdate = $"{_configuration["API"]}/org/pos/officer/master/book";
using (var client = new HttpClient())
{
@ -977,7 +976,7 @@ namespace BMA.EHR.Placement.Service.Controllers
person.posLevelId = req.posLevelId;
person.posLevelName = req.posLevelName;
if (person.profileId != null)
if (person.profileId != null && person.profileId != "")
{
apiUrl = $"{_configuration["API"]}/org/profile/profileid/position/{person.profileId}";
using (var client = new HttpClient())