แก้ response probation
This commit is contained in:
parent
0df7f2ebf3
commit
6713ec6cf0
9 changed files with 539 additions and 560 deletions
|
|
@ -927,7 +927,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
response = JsonConvert.DeserializeObject<PassProbationResponse>(result);
|
||||
|
||||
var seq = 1;
|
||||
foreach (var d in response!.data)
|
||||
foreach (var d in response!.result)
|
||||
{
|
||||
var _baseAPI = _configuration["API"];
|
||||
var _apiUrl = $"{_baseAPI}/org/profile/profileid/position/{d.person.id}";
|
||||
|
|
@ -994,7 +994,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
response = JsonConvert.DeserializeObject<PassProbationResponse>(result);
|
||||
|
||||
var seq = 1;
|
||||
foreach (var d in response!.data)
|
||||
foreach (var d in response!.result)
|
||||
{
|
||||
var _baseAPI = _configuration["API"];
|
||||
var _apiUrl = $"{_baseAPI}/org/profile/profileid/position/{d.person.id}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue