fix ccode
This commit is contained in:
parent
496917c34c
commit
4cc57322c0
4 changed files with 47 additions and 8 deletions
|
|
@ -7728,7 +7728,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
if (period != null && period.InsigniaEmployees != null)
|
||||
{
|
||||
allEmployeeProfileByRoot =
|
||||
(await _userProfileRepository.GetEmployeeProfileByPositionAsync(ocId, period.InsigniaEmployees.Select(x => x.RefId), AccessToken));
|
||||
(await _userProfileRepository.GetEmployeeProfileByPositionAsync(ocId, period.InsigniaEmployees.Select(x => x.RefId!.ValueOrBlank()).ToArray(), AccessToken));
|
||||
}
|
||||
|
||||
var type_coin = allOfficerProfilesByRoot.Count() > 0 ? await GetCoinCandidate(periodId, ocId, allOfficerProfilesByRoot) : new List<InsigniaResultSet>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue