This commit is contained in:
tanglong 2025-06-12 11:19:17 +08:00
parent 1a4095ad6f
commit 1e43a83a2c

View File

@ -355,7 +355,7 @@ namespace YD_WeChatApplet.Services
{
var query = from s in _sportsContext.Ai_ClassroomStudentRecord
join c in _sportsContext.Ai_ClassRoomRecord on s.ClassRoomRecordId equals c.Id
where s.StudentName == dto.StudentNo
where s.StudentNo == dto.StudentNo
select new ClassRoomRecordPageDto()
{
Id = c.Id,