Commit 4933720f authored by liudong1993's avatar liudong1993

教师头像

parent a1e14c3a
......@@ -283,7 +283,8 @@ namespace Mall.WebApi.Controllers.Education
TeacherList = model?.TeacherList.Select(x => new
{
x.TeacherId,
x.Name
x.Name,
x.TeacherLogo
}),
CourseList = model?.CourseList.Select(x => new
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment