Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EduSpider
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
viitto
EduSpider
Commits
18b9dd03
Commit
18b9dd03
authored
May 27, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
6453f4d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
ExamWorkResult.cs
EduSpider.Model/Extend/ExamWorkResult.cs
+10
-0
StuHomeWorkRepository.cs
EduSpider.Repository/StuHomeWorkRepository.cs
+1
-0
CourseService.cs
EduSpider.Services/CourseService.cs
+4
-0
No files found.
EduSpider.Model/Extend/ExamWorkResult.cs
View file @
18b9dd03
...
...
@@ -128,6 +128,16 @@ namespace EduSpider.Model.Extend
/// </summary>
public
decimal
ExamRankRate
{
get
;
set
;
}
/// <summary>
/// 考试编号
/// </summary>
public
int
ExamId
{
get
;
set
;
}
/// <summary>
/// 考试详情编号
/// </summary>
public
int
ExamScoreId
{
get
;
set
;
}
/// <summary>
/// 教师姓名
/// </summary>
...
...
EduSpider.Repository/StuHomeWorkRepository.cs
View file @
18b9dd03
...
...
@@ -79,6 +79,7 @@ WHERE 1=1
Score_Value
=
item
.
Score_value
,
HomeWorkStatus
=
item
.
status
,
ThName
=
item
.
th_name
,
});
RowNum
++;
}
...
...
EduSpider.Services/CourseService.cs
View file @
18b9dd03
...
...
@@ -111,6 +111,8 @@ namespace EduSpider.Services
Score_p
=
score_p
,
ExamRank
=
item
.
Rank
,
ExamRankRate
=
item
.
RankRate
,
ExamId
=
item
.
ExamId
,
ExamScoreId
=
item
.
Id
,
});
}
}
...
...
@@ -145,6 +147,8 @@ namespace EduSpider.Services
Score_p
=
item
.
Score_p
*
100
,
item
.
ExamRank
,
item
.
ExamRankRate
,
item
.
ExamId
,
item
.
ExamScoreId
,
};
}
//评语
...
...
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