修改定时任务
This commit is contained in:
@@ -69,17 +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
|
||||
//{
|
||||
// //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