This commit is contained in:
parent
f97e643ac1
commit
81658054f8
1 changed files with 1 additions and 2 deletions
|
|
@ -946,7 +946,6 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
person.child4ShortName = req.node <= 3 ? null : org.result.child4ShortName;
|
person.child4ShortName = req.node <= 3 ? null : org.result.child4ShortName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var apiUrlUpdate = $"{_configuration["API"]}/org/pos/officer/master/book";
|
var apiUrlUpdate = $"{_configuration["API"]}/org/pos/officer/master/book";
|
||||||
using (var client = new HttpClient())
|
using (var client = new HttpClient())
|
||||||
{
|
{
|
||||||
|
|
@ -977,7 +976,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
person.posLevelId = req.posLevelId;
|
person.posLevelId = req.posLevelId;
|
||||||
person.posLevelName = req.posLevelName;
|
person.posLevelName = req.posLevelName;
|
||||||
|
|
||||||
if (person.profileId != null)
|
if (person.profileId != null && person.profileId != "")
|
||||||
{
|
{
|
||||||
apiUrl = $"{_configuration["API"]}/org/profile/profileid/position/{person.profileId}";
|
apiUrl = $"{_configuration["API"]}/org/profile/profileid/position/{person.profileId}";
|
||||||
using (var client = new HttpClient())
|
using (var client = new HttpClient())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue