ปรับดึงรายชื่อ C-PM-08 C-PM-09
This commit is contained in:
parent
78cd9a8156
commit
8aaf91bfa4
1 changed files with 2 additions and 2 deletions
|
|
@ -606,7 +606,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
|
|
||||||
// 2. Query
|
// 2. Query
|
||||||
var appointPeople = await _dbContext.Set<PlacementAppointment>()
|
var appointPeople = await _dbContext.Set<RetirementOther>()
|
||||||
.Include(x => x.CommandType)
|
.Include(x => x.CommandType)
|
||||||
.Include(x => x.Prefix)
|
.Include(x => x.Prefix)
|
||||||
.Include(x => x.OrganizationPosition)
|
.Include(x => x.OrganizationPosition)
|
||||||
|
|
@ -666,7 +666,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
|
|
||||||
// 2. Query
|
// 2. Query
|
||||||
var appointPeople = await _dbContext.Set<PlacementAppointment>()
|
var appointPeople = await _dbContext.Set<RetirementOther>()
|
||||||
.Include(x => x.CommandType)
|
.Include(x => x.CommandType)
|
||||||
.Include(x => x.Prefix)
|
.Include(x => x.Prefix)
|
||||||
.Include(x => x.OrganizationPosition)
|
.Include(x => x.OrganizationPosition)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue