ปรับดึงรายชื่อ C-PM-08 C-PM-09

This commit is contained in:
Suphonchai Phoonsawat 2023-09-02 20:43:04 +07:00
parent 78cd9a8156
commit 0fc724cf06

View file

@ -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)