试卷、题库、考试管理、课件管理、课程管理 导出

master
xiaochanghai 12 months ago
parent 7c0e628fd1
commit ca38c76d1b
  1. 2
      Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs

@ -777,7 +777,7 @@ public class Ghre_ExamServices : BaseServices<Ghre_Exam, Ghre_ExamDto, InsertGhr
var ids = new List<long>();
if (body.exportSet.SelectRowKeys != null && body.exportSet.SelectRowKeys.Any())
ids = body.exportSet.SelectRowKeys;
body.exportSet.TitleName = "考试管理";
var data = await QueryFilterPage1(filter, status, ids);

Loading…
Cancel
Save