Commit cac1edbe authored by 黄奎's avatar 黄奎

班级查询调整

parent eeb69082
......@@ -332,6 +332,7 @@ WHERE 1=1
}
}
}
builder.AppendFormat(" ORDER BY A.OpenTime DESC ");
return GetPage<RB_Class_ViewModel>(pageIndex, pageSize, out rowsCount, builder.ToString(), parameters).ToList();
}
......
......@@ -35,6 +35,7 @@ namespace Edu.WebApi.Controllers.Course
/// 财务处理类对象
/// </summary>
private readonly FinanceModule financeModule = AOP.AOPHelper.CreateAOPObject<FinanceModule>();
#region 班级管理
/// <summary>
/// 获取班级页列表
......@@ -514,8 +515,6 @@ namespace Edu.WebApi.Controllers.Course
return ApiResult.Success(data: obj);
}
/// <summary>
/// 获取预约课计划
/// </summary>
......@@ -861,7 +860,6 @@ namespace Edu.WebApi.Controllers.Course
}
/// <summary>
/// 获取当日所有的课程
/// </summary>
......
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