From 9eb0f2e721040a0355106a647e2af711986d0fee Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Mon, 6 Jun 2022 09:38:08 +0800
Subject: [PATCH 1/2] 1
---
.../PublishProfiles/FolderProfile5.pubxml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile5.pubxml
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile5.pubxml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile5.pubxml
new file mode 100644
index 000000000..e6a963145
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile5.pubxml
@@ -0,0 +1,18 @@
+
+
+
+
+ FileSystem
+ FileSystem
+ Release
+ Any CPU
+
+ True
+ False
+ D:\Job-Release\DigitalCampus-release
+ True
+
+
\ No newline at end of file
From 112caf1176641692ea64ac2fe8eb48762895f618 Mon Sep 17 00:00:00 2001
From: liangkun
Date: Tue, 7 Jun 2022 16:11:51 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=92=E8=AF=BE?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=80=9A=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 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();