fix : เครื่องราชย์ + บันทึกเครื่องราชย์
This commit is contained in:
parent
def2b8f7fe
commit
26ccf67dad
5 changed files with 92 additions and 5 deletions
|
|
@ -5179,10 +5179,9 @@ namespace BMA.EHR.Application.Repositories
|
|||
.Include(x => x.Document)
|
||||
//.Include(x => x.Organization)
|
||||
//.ThenInclude(x => x.OrganizationOrganization)
|
||||
.Where(x => x.OrganizationId != null)
|
||||
.FirstOrDefaultAsync(x => x.Period.Id == period.Id && x.OrganizationId == ocId);
|
||||
|
||||
var oc = _userProfileRepository.GetOc(request.OrganizationId, 0, AccessToken);
|
||||
var oc = _userProfileRepository.GetOc(ocId, 0, AccessToken);
|
||||
|
||||
return new InsigniaResults
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue