From 4fbbda48811d0aa29dd0d93a525384e8e01a9332 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 24 Sep 2024 10:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/CommonServices.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index c1d5a9d0..a5b29b0d 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -1936,6 +1936,7 @@ public partial class CommonServices : BaseServices>, ICommon END"; break; case "F_ESS_TrainRequestApply": + case "F_ESS_TrainRequestPersonalApply": sql = @$"DECLARE @SQL NVARCHAR (MAX) = '', @FlowID INT = {param.jsonParam.FlowID}, @@ -2182,6 +2183,7 @@ public partial class CommonServices : BaseServices>, ICommon switch (param.menuName) { + case "F_ESS_TrainRequestPersonalApply": case "F_ESS_TrainRequestApply": #region 写入数据,并判断是否有错误