แก้รายงานประวัติย่อ
This commit is contained in:
parent
86a67260bb
commit
9911b7432b
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
||||||
var profiles = _context.Profiles.AsQueryable()
|
var profiles = _context.Profiles.AsQueryable()
|
||||||
|
.Include(x => x.Avatar)
|
||||||
.Include(x => x.Salaries)
|
.Include(x => x.Salaries)
|
||||||
.Include(x => x.Educations)
|
.Include(x => x.Educations)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue