20211207 新增与博晟培训考试对接写入数据接口以及页面数据呈现

This commit is contained in:
2021-12-07 16:34:32 +08:00
parent 3d3e34606e
commit 899a39776a
39 changed files with 8672 additions and 24 deletions
+10
View File
@@ -77,6 +77,16 @@
{
ErrLogInfo.WriteLog("从集团获取数据定时器!", ex);
}
////从博晟获取培训考试数据定时器
try
{
BLL.BOSHENGMonitorService.StartMonitor();
}
catch (Exception ex)
{
ErrLogInfo.WriteLog("从博晟获取培训考试数据定时器!", ex);
}
}
protected void Session_Start(object sender, EventArgs e)