Commit b978c645 authored by 黄奎's avatar 黄奎

页面修改

parent 325e819e
...@@ -1555,12 +1555,10 @@ namespace Edu.Module.Course ...@@ -1555,12 +1555,10 @@ namespace Edu.Module.Course
public List<RB_Class_Plan_ViewModel> GetClassPlanList_V2(RB_Class_Plan_ViewModel query) public List<RB_Class_Plan_ViewModel> GetClassPlanList_V2(RB_Class_Plan_ViewModel query)
{ {
var list = class_PlanRepository.GetClassPlanList_V2(query); var list = class_PlanRepository.GetClassPlanList_V2(query);
if (list != null && list.Any()) if (list != null && list.Any())
{ {
string ClassIds = string.Join(",", list.Distinct().Select(x => x.ClassId)); string ClassIds = string.Join(",", list.Distinct().Select(x => x.ClassId));
var orderStudentList = order_GuestRepository.GetList(new RB_Order_Guest_ViewModel() var orderStudentList = order_GuestRepository.GetOrderGuestListRepository(new RB_Order_Guest_ViewModel()
{ {
ClassIds = ClassIds, ClassIds = ClassIds,
Group_Id = query.Group_Id, Group_Id = query.Group_Id,
......
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