简历修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-11-21 16:34:09 +08:00
parent c5e5ac4e45
commit 888be6430a
3 changed files with 17 additions and 4 deletions
@@ -77,6 +77,7 @@ namespace IRaCIS.Core.Application.Service
var query = _doctorRepository/*.WhereIf(nation != AttendedReviewerType.USAndCN, t => t.Nation ==(int) nation)*/
.Where(x=>x.TrialId==null)
.WhereIf(inQuery.DepartmentId != null, t => t.DepartmentId == inQuery.DepartmentId)
.WhereIf(inQuery.SpecialityId != null, t => t.SpecialityId == inQuery.SpecialityId)
.WhereIf(trialConfig.TrialType == TrialType.NoneOfficial, t => t.IsVirtual == true)