From 2516cfbe696029a7b5ed40c5699a7d86635fb324 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 7 Dec 2023 17:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/BoSheng/BOSHENGMonitorService.cs | 2 +- SGGL/FineUIPro.Web/Global.asax.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SGGL/BLL/BoSheng/BOSHENGMonitorService.cs b/SGGL/BLL/BoSheng/BOSHENGMonitorService.cs index def6f804..30bf9248 100644 --- a/SGGL/BLL/BoSheng/BOSHENGMonitorService.cs +++ b/SGGL/BLL/BoSheng/BOSHENGMonitorService.cs @@ -125,7 +125,7 @@ namespace BLL if (type == "0") { - isOk = AddPerson(projectId, arr, sysUser); + //isOk = AddPerson(projectId, arr, sysUser); } else if (type == "1") { diff --git a/SGGL/FineUIPro.Web/Global.asax.cs b/SGGL/FineUIPro.Web/Global.asax.cs index 6f9466b3..59fb1858 100644 --- a/SGGL/FineUIPro.Web/Global.asax.cs +++ b/SGGL/FineUIPro.Web/Global.asax.cs @@ -118,7 +118,7 @@ ////从博晟获取培训考试数据定时器 try { - //BLL.BOSHENGMonitorService.StartMonitor(); + BLL.BOSHENGMonitorService.StartMonitor(); } catch (Exception ex) {