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