From 4883eda232f3a97c3e7d716160f92a8dfbe66cc6 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Thu, 18 Jul 2024 16:36:05 +0800 Subject: [PATCH] 1 --- Tiobon.Core.Services/CommonServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index 35f8988f..7dd7ea59 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -12,7 +12,6 @@ using Tiobon.Core.DataAccess; using Tiobon.Core.IServices; using Tiobon.Core.Model; using Tiobon.Core.Services.BASE; -using static StackExchange.Redis.Role; namespace Tiobon.Core.Services; @@ -1059,6 +1058,7 @@ public partial class CommonServices : BaseServices>, ICommon result.JM_PageControlT1.Toolbar.RemoveAt(index); break; case "F_SchoolManage": + case "F_WorkLicenseManage": case "F_TeacherManage": toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); if (toolbar != null) { toolbar.fnKey = "TBD1YN"; }