Commit 52783b8f authored by 黄奎's avatar 黄奎

阅卷修改

parent 67f4aab5
......@@ -855,7 +855,8 @@ namespace Edu.WebApi.Controllers.Exam
var detailModel = new RB_Examination_Details_ViewModel()
{
Id = sObj.GetInt("PaperDetailsId"),
StundetScore=sObj.GetDecimal("StundetScore"),
StundetDetailsId = sObj.GetInt("StundetDetailsId"),
StundetScore =sObj.GetDecimal("StundetScore"),
};
paperDetailsList.Add(detailModel);
}
......
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