From 73b729088c6e2d0d3e02971cfb79ac30e8e41332 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 7 Jun 2022 16:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=AF=BE=E6=8E=A5=E5=8F=A3=E9=80=9A?= =?UTF-8?q?=E5=90=A6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/Arrangelesson.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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 dec1e172c..c437d009d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/Arrangelesson.cs @@ -52,6 +52,7 @@ namespace Learun.Application.WebApi.Modules Get["/teacherNotRecord"] = GetTeachersNotRecord; Get["/classNotRecord"] = GetClassesNotRecord; Get["/stuNotRecord"] = GetStusNotRecord; + Get["trantest"] = TranTest; //按条件重置基础数据同步状态 Get["/initbasicdata"] = InitBasicData; @@ -88,6 +89,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();