From ca38c76d1b3ff0c9e063a03437ac826a4dec49e5 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 3 Jul 2024 09:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E5=8D=B7=E3=80=81=E9=A2=98=E5=BA=93?= =?UTF-8?q?=E3=80=81=E8=80=83=E8=AF=95=E7=AE=A1=E7=90=86=E3=80=81=E8=AF=BE?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E3=80=81=E8=AF=BE=E7=A8=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs index 9973ff4a..0cd04206 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_ExamServices.cs @@ -777,7 +777,7 @@ public class Ghre_ExamServices : BaseServices(); if (body.exportSet.SelectRowKeys != null && body.exportSet.SelectRowKeys.Any()) ids = body.exportSet.SelectRowKeys; - + body.exportSet.TitleName = "考试管理"; var data = await QueryFilterPage1(filter, status, ids);