20211207 新增与博晟培训考试对接写入数据接口以及页面数据呈现
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user