Browse Source

Merge branch '西昌分支' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 西昌分支

西昌缴费二期
ndbs 2 years ago
parent
commit
cc484ccf3c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs

+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs View File

@@ -51,6 +51,7 @@ namespace Learun.Application.WebApi.Modules
Get["/teacherNotRecord"] = GetTeachersNotRecord; Get["/teacherNotRecord"] = GetTeachersNotRecord;
Get["/classNotRecord"] = GetClassesNotRecord; Get["/classNotRecord"] = GetClassesNotRecord;
Get["/stuNotRecord"] = GetStusNotRecord; Get["/stuNotRecord"] = GetStusNotRecord;
Get["trantest"] = TranTest;
//按条件重置基础数据同步状态 //按条件重置基础数据同步状态
Get["/initbasicdata"] = InitBasicData; Get["/initbasicdata"] = InitBasicData;


@@ -70,6 +71,11 @@ namespace Learun.Application.WebApi.Modules
private StuSelectLessonListOfElectiveIBLL stuSelectLessonListOfElectiveIbll = private StuSelectLessonListOfElectiveIBLL stuSelectLessonListOfElectiveIbll =
new StuSelectLessonListOfElectiveBLL(); new StuSelectLessonListOfElectiveBLL();


private Response TranTest(dynamic _)
{
return Success("ok");
}

private Response GetAllLesson(dynamic _) private Response GetAllLesson(dynamic _)
{ {
var result = lessonInfoIbll.GetAllLesson(); var result = lessonInfoIbll.GetAllLesson();


Loading…
Cancel
Save