@ -328,7 +328,8 @@ public class Ghre_CourseServices : BaseServices<Ghre_Course, Ghre_CourseDto, Ins
list.ForEach(x =>
{
x.ExamPaperIds = JsonHelper.JsonToObj<List<long>>(x.ExamPaperId);
if (!string.IsNullOrWhiteSpace(x.ExamPaperId))
});
result.result.DT_TableDataT1 = list;