fix bug
This commit is contained in:
parent
cf6f0feef5
commit
ad72bc7ff6
2 changed files with 3 additions and 3 deletions
|
|
@ -336,7 +336,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
//}
|
||||
if (role.Trim().ToUpper() == "OFFICER")
|
||||
{
|
||||
resend.Items = (await _repository.InsigniaHasProfile(result.PeriodId, ocId, status))
|
||||
resend.Items = (await _repository.InsigniaHasProfile(result.PeriodId, ocId, status, type))
|
||||
.Where(x => x.ProfileType!.ToLower() == type.ToLower()).ToList();
|
||||
return Success(resend);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue