From bd00148207faf2076d6764a3e052c316a992d725 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 17 Jan 2025 17:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E9=80=89=E9=A1=B9=E8=A7=84=E5=88=99?= =?UTF-8?q?=E8=AE=BE=E5=AE=9A=20=E6=96=B0=E4=BA=BA=E5=85=A5=E8=81=8C?= =?UTF-8?q?=E5=9F=B9=E8=AE=AD=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E8=87=AA=E5=8A=A8=E5=8C=B9=E9=85=8D=E6=96=B0?= =?UTF-8?q?=E5=85=A5=E8=81=8C=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs b/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs index 3a5976e7..373b0f18 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs @@ -344,10 +344,10 @@ public class Ghre_StudyRuleServices : BaseServices x.StaffId).ToList(); #region 抓取新入职员工 + int month = 3; var inStaffIds = new List(); if (rule.TrainType == "NewStaff") { - int month = 3; var config = await Db.Queryable().Where(x => x.ConfigCode == "New_Staff_Month").FirstAsync(); if (config != null) {