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