Commit 5b97f9a0 authored by liudong1993's avatar liudong1993

1

parent 8b8d100a
......@@ -2677,7 +2677,7 @@ namespace Edu.Module.Course
/// <returns></returns>
public bool UpdateHistoryClassNo()
{
var list = classRepository.GetClassListRepository(new RB_Class_ViewModel() { Group_Id = 10000 });
var list = classRepository.GetClassListRepository(new RB_Class_ViewModel() { Group_Id = 100000 });
list = list.OrderBy(x => x.OpenTime).ThenBy(x => x.ClassId).ToList();
foreach (var model in list) {
#region 生成班级号
......
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