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) {