|
|
|
@ -1137,6 +1137,14 @@ public class Ghre_ExamRecordServices : BaseServices<Ghre_ExamRecord, Ghre_ExamRe |
|
|
|
|
UPDATE Ghre_ExamRecordAnswer SET IsEnable=1 WHERE IsEnable=2 AND ExamRecordId='{record.Id}';";
|
|
|
|
|
await Db.Ado.ExecuteCommandAsync(sql); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#region 处理最终得分 |
|
|
|
|
if (exam.OnlineScorePercentage != null && exam.OfflineScorePercentage != null) |
|
|
|
|
if (exam.OnlineScorePercentage > 0 && exam.OfflineScorePercentage > 0) |
|
|
|
|
{ |
|
|
|
|
//exam.scor |
|
|
|
|
} |
|
|
|
|
#endregion |
|
|
|
|
} |
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|