|
|
@ -109,6 +109,9 @@ public class Ghre_StudyRecordServices : BaseServices<Ghre_StudyRecord, Ghre_Stud |
|
|
|
|
|
|
|
|
|
|
|
if (entity.CourseType == "ManualInsert") |
|
|
|
if (entity.CourseType == "ManualInsert") |
|
|
|
entity.UpdateYN = 1; |
|
|
|
entity.UpdateYN = 1; |
|
|
|
|
|
|
|
if (entity.ExamStatus != "SystemEnd" && entity.ExamStatus.IsNotEmptyOrNull()) |
|
|
|
|
|
|
|
entity.IsViewResult = true; |
|
|
|
|
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
return new ServicePageResult<Ghre_StudyRecordDto>(filter.pageNum, total, filter.pageSize, entitys); |
|
|
|
return new ServicePageResult<Ghre_StudyRecordDto>(filter.pageNum, total, filter.pageSize, entitys); |
|
|
|