Commit 18b9dd03 authored by 黄奎's avatar 黄奎

页面修改

parent 6453f4d4
...@@ -128,6 +128,16 @@ namespace EduSpider.Model.Extend ...@@ -128,6 +128,16 @@ namespace EduSpider.Model.Extend
/// </summary> /// </summary>
public decimal ExamRankRate { get; set; } public decimal ExamRankRate { get; set; }
/// <summary>
/// 考试编号
/// </summary>
public int ExamId { get; set; }
/// <summary>
/// 考试详情编号
/// </summary>
public int ExamScoreId { get; set; }
/// <summary> /// <summary>
/// 教师姓名 /// 教师姓名
/// </summary> /// </summary>
......
...@@ -79,6 +79,7 @@ WHERE 1=1 ...@@ -79,6 +79,7 @@ WHERE 1=1
Score_Value = item.Score_value, Score_Value = item.Score_value,
HomeWorkStatus = item.status, HomeWorkStatus = item.status,
ThName=item.th_name, ThName=item.th_name,
}); });
RowNum++; RowNum++;
} }
......
...@@ -111,6 +111,8 @@ namespace EduSpider.Services ...@@ -111,6 +111,8 @@ namespace EduSpider.Services
Score_p = score_p, Score_p = score_p,
ExamRank = item.Rank, ExamRank = item.Rank,
ExamRankRate = item.RankRate, ExamRankRate = item.RankRate,
ExamId= item.ExamId,
ExamScoreId=item.Id,
}); });
} }
} }
...@@ -145,6 +147,8 @@ namespace EduSpider.Services ...@@ -145,6 +147,8 @@ namespace EduSpider.Services
Score_p = item.Score_p * 100, Score_p = item.Score_p * 100,
item.ExamRank, item.ExamRank,
item.ExamRankRate, item.ExamRankRate,
item.ExamId,
item.ExamScoreId,
}; };
} }
//评语 //评语
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment