|
|
@@ -107,11 +107,11 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
{ |
|
|
|
ReqPageParam parameter = this.GetReqData<ReqPageParam>(); |
|
|
|
var stuInfoBasicEntity = stuInfoBasicIBLL.GetStuInfoBasicEntityByStuNo(userInfo.account); |
|
|
|
if (stuInfoBasicEntity == null) |
|
|
|
string queryJson = null; |
|
|
|
if (stuInfoBasicEntity != null) |
|
|
|
{ |
|
|
|
return Fail("学生不存在!"); |
|
|
|
queryJson = "{\"ClassNo\":\"" + stuInfoBasicEntity.ClassNo + "\"}"; |
|
|
|
} |
|
|
|
var queryJson = "{\"ClassNo\":\"" + stuInfoBasicEntity.ClassNo + "\"}"; |
|
|
|
var list = smartTeachCourseIBLL.GetPageList(parameter.pagination, queryJson); |
|
|
|
var jsonData = new |
|
|
|
{ |
|
|
|