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

页面修改

parent 6453f4d4
......@@ -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>
......
......@@ -79,6 +79,7 @@ WHERE 1=1
Score_Value = item.Score_value,
HomeWorkStatus = item.status,
ThName=item.th_name,
});
RowNum++;
}
......
......@@ -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,
};
}
//评语
......
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