S
This commit is contained in:
parent
1a4095ad6f
commit
1e43a83a2c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user