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)