Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
f9f0fe36
Commit
f9f0fe36
authored
Feb 10, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
8dcfe082
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
QuarzHelper.cs
Edu.EducationCore/Helper/QuarzHelper.cs
+3
-3
ScrollClassCommonModule.cs
Edu.Module.Course/ScrollClassCommonModule.cs
+1
-1
No files found.
Edu.EducationCore/Helper/QuarzHelper.cs
View file @
f9f0fe36
...
...
@@ -344,7 +344,7 @@ namespace Edu.Education.Helper
}
/// <summary>
///
定时执行上课章节生成
///
生成签到
/// </summary>
/// <returns></returns>
public
async
Task
EduCreateScrollChapterTimer
()
...
...
@@ -745,7 +745,7 @@ namespace Edu.Education.Helper
}
/// <summary>
///
滚动开班学生章节生成
///
生成前端
/// </summary>
public
class
CreateScrollChapter
:
IJob
{
...
...
@@ -757,7 +757,7 @@ namespace Edu.Education.Helper
{
try
{
LogHelper
.
Write
(
"滚动开班学生
章节生成
"
);
LogHelper
.
Write
(
"滚动开班学生
签到
"
);
ScrollClassCommonModule
scrollClassModule
=
new
ScrollClassCommonModule
();
scrollClassModule
.
CreateScrollChapter
(
100000
);
}
...
...
Edu.Module.Course/ScrollClassCommonModule.cs
View file @
f9f0fe36
...
...
@@ -663,7 +663,7 @@ namespace Edu.Module.Course
}
/// <summary>
///
章节更新
///
自动签到
/// </summary>
/// <param name="groupId"></param>
public
void
CreateScrollChapter
(
int
groupId
=
100000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment