From 1edf72038d6c3ff1a0e828d5eb1a6da7bf6406f5 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Sat, 8 Feb 2025 09:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=AF=95=E5=8D=B7=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 45f4a22d..8288e377 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -900,7 +900,7 @@ public partial class CommonServices : BaseServices>, ICommon toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "DetailYN").FirstOrDefault(); if (toolbar != null) { toolbar.fnKey = "TBD3YN"; } toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "CopyYN").FirstOrDefault(); - if (toolbar != null) { toolbar.fnKey = "TBD4YN"; } + if (toolbar != null) { toolbar.fnKey = "TBD7YN"; } result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() {