Commit 69826cb1 authored by 黄奎's avatar 黄奎

页面修改

parent 321c23c9
......@@ -4470,25 +4470,5 @@ namespace Edu.Module.Course
#endregion
/// <summary>
/// 获取学员订单分页列表
/// </summary>
/// <param name="pageIndex"></param>
/// <param name="pageSize"></param>
/// <param name="rowsCount"></param>
/// <param name="StuAccountId"></param>
/// <param name="GroupId"></param>
/// <returns></returns>
public List<RB_Order_ViewModel> GetStudentOrderPageModule(int pageIndex, int pageSize, out long rowsCount, int StuAccountId,int GroupId)
{
var query = new RB_Order_ViewModel()
{
Group_Id= GroupId,
};
var list= OrderPageModule(pageIndex, pageSize, out rowsCount, query);
return list;
}
}
}
\ No newline at end of file
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