change APPOINTED to APPOINT
This commit is contained in:
parent
9be78c8bdc
commit
8460a96db0
3 changed files with 19 additions and 19 deletions
|
|
@ -248,7 +248,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
.Where(x => x.PlacementStatus.Trim().ToUpper() == "PREPARE-CONTAIN")
|
||||
.Where(x => x.Draft! == true)
|
||||
.Where(x => x.Placement!.PlacementType!.Name == "สอบแข่งขัน")
|
||||
.Where(x => x.typeCommand.Trim().ToUpper() == "APPOINTED")
|
||||
.Where(x => x.typeCommand.Trim().ToUpper() == "APPOINT")
|
||||
.OrderBy(x => x.ExamNumber)
|
||||
.ToListAsync();
|
||||
|
||||
|
|
@ -307,7 +307,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
.Where(x => x.PlacementStatus.Trim().ToUpper() == "PREPARE-CONTAIN")
|
||||
.Where(x => x.Draft! == true)
|
||||
.Where(x => x.Placement!.PlacementType!.Name != "สอบแข่งขัน")
|
||||
.Where(x => x.typeCommand.Trim().ToUpper() == "APPOINTED")
|
||||
.Where(x => x.typeCommand.Trim().ToUpper() == "APPOINT")
|
||||
.OrderBy(x => x.ExamNumber)
|
||||
.ToListAsync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue