diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs index a9dd22931..02a7431ae 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs @@ -51,6 +51,7 @@ namespace Learun.Application.WebApi.Modules Get["/teacherNotRecord"] = GetTeachersNotRecord; Get["/classNotRecord"] = GetClassesNotRecord; Get["/stuNotRecord"] = GetStusNotRecord; + Get["trantest"] = TranTest; //按条件重置基础数据同步状态 Get["/initbasicdata"] = InitBasicData; @@ -70,6 +71,11 @@ namespace Learun.Application.WebApi.Modules private StuSelectLessonListOfElectiveIBLL stuSelectLessonListOfElectiveIbll = new StuSelectLessonListOfElectiveBLL(); + private Response TranTest(dynamic _) + { + return Success("ok"); + } + private Response GetAllLesson(dynamic _) { var result = lessonInfoIbll.GetAllLesson();