master
xiaochanghai 1 year ago
parent 87599e432a
commit d19948c376
  1. 3
      Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs

@ -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))
x.ExamPaperIds = JsonHelper.JsonToObj<List<long>>(x.ExamPaperId);
});
result.result.DT_TableDataT1 = list;

Loading…
Cancel
Save