From 0023aabc84cbe55cb1818843b5df5c46c1222eb7 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Thu, 26 Dec 2024 13:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=BB=B4=E6=8A=A4=E6=96=B0?= =?UTF-8?q?=E5=A2=9EExcel=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs index 461bff80..0030e53d 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs @@ -4102,6 +4102,11 @@ WHERE A.IsEnable = 1 AND C.IsEnable = 1 dict.Add("OvertimeRuleID", null); dict.Add("TaxID", null); + if(type != "Fast") + { + + } + if (dict.Count > 0) staffId = await Db.Insertable(dict).AS("Ghra_Staff").ExecuteReturnIdentityAsync(); if (staffId > 0) @@ -4479,7 +4484,7 @@ WHERE A.IsEnable = 1 AND C.IsEnable = 1 catch (Exception E) { await Db.Ado.RollbackTranAsync(); - throw E; + throw; } } #endregion