修复 排除无就读情况的学生

This commit is contained in:
小肥羊 2026-04-21 16:29:17 +08:00
parent 182e891584
commit a39fa1b34f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace Learn.Archives.API.Controllers
c.GradeLevel == gradeInfo.GradeLevel &&
c.GraduationYear == gradeInfo.GradeYear &&
u.UserType == UserTypeEnum..GetHashCode() &&
s.Enable && p.Enable && pr.Enable &&
s.Enable && p.Enable && p.Enable && pr.Status == PositionRelationStatusEnum. &&
!p.DeleteState && !c.DeleteState && !u.DeleteState && !s.DeleteState)
.Select((s, c, p, pr, u) => new
{