Commit 76b381bd authored by 黄奎's avatar 黄奎

页面修改

parent 0f9c4dc8
......@@ -696,7 +696,15 @@ namespace Edu.WebApi.Controllers.User
item.StuChannel,
StuChannelName= item.StuChannel.ToName(),
item.PlatformName,
item.AssistList,
AssistList = item.AssistList.Select(qitem => new
{
qitem.Id,
qitem.StuId,
qitem.AssistId,
qitem.AssistName,
qitem.AssistType,
AssistTypeName = qitem.AssistType.ToName()
}),
});
}
pageModel.Count = rowsCount;
......
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