Commit d56bc07e authored by liudong1993's avatar liudong1993

1

parent 633b1e46
......@@ -169,6 +169,7 @@ left join (SELECT CourseId,SUM(case when OrderStaus =2 then 1 else 0 end) AS Con
}
}
}
sb.Append(" order by tc.StudyDate desc");
return GetPage<RB_Point_TeacherCourse_Extend>(pageIndex, pageSize, out count, sb.ToString()).ToList();
}
}
......
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