发
This commit is contained in:
parent
f42b6d023b
commit
de51e13976
@ -224,7 +224,7 @@ namespace YD_WeChatApplet.Services
|
||||
StudentNo = x.StudentNo,
|
||||
StudentName = x.StudentName,
|
||||
Sex = x.Sex,
|
||||
Photo = students.FirstOrDefault(x => x.StudentNo == x.StudentNo)?.Photo ?? "",
|
||||
Photo = students.FirstOrDefault(y => y.StudentNo == x.StudentNo)?.Photo ?? "",
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user