From 092210b69d06ab2fc4d3a11c7c9a2468c5641263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=85=B0?= Date: Tue, 29 Apr 2025 15:24:25 +0800 Subject: [PATCH] =?UTF-8?q?F=5FGhraStaffGroup=E8=8F=9C=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8C=89=E9=92=AEID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/CommonServices.cs | 1 + Tiobon.Core/Tiobon.Core.Model.xml | 14 ++++++++++++-- Tiobon.Core/Tiobon.Core.xml | 6 ++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index 91614afe..81e7eb85 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -2438,6 +2438,7 @@ public partial class CommonServices : BaseServices>, ICommon break; case "F_PerformancePeriodType": + case "F_GhraStaffGroup": toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); if (toolbar != null) toolbar.fnKey = "TBD1YN"; toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 925fe05e..0bdd0484 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -1229,7 +1229,7 @@ 字段 - + 包含/不包含 @@ -8130,6 +8130,11 @@ 是否发放学分 + + + 完成状态 + + 培训记录明细 (Dto.Base) @@ -19874,7 +19879,7 @@ 字段 - + 包含/不包含 @@ -26672,6 +26677,11 @@ 是否发放学分 + + + 完成状态 + + 培训记录明细 (Model) diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index e8114d37..1330b0d6 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -688,6 +688,12 @@ 人员群组(Controller) + + + 获取配置 + + + 人员群组明细(Controller)