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