提交代码
This commit is contained in:
@@ -69,6 +69,17 @@
|
||||
{
|
||||
ErrLogInfo.WriteLog("实名制同步定时器启动失败!", ex);
|
||||
}
|
||||
////根据考勤记录修改人员状态定时器
|
||||
try
|
||||
{
|
||||
BLL.RealNameMonitorService.StartUpdateSitePerson();
|
||||
// BLL.RealNameMonitorService.StartMonitorProject();
|
||||
SynchroSetService.InsertRealNamePushLog(null, null, "根据考勤记录修改人员状态定时器开始启动", "sucess", "200", null, "成功", null);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ErrLogInfo.WriteLog("根据考勤记录修改人员状态定时器启动失败!", ex);
|
||||
}
|
||||
///实名制出入记录去重
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user