推送接口

This commit is contained in:
李超 2025-04-11 18:55:24 +08:00
parent c878e3d06a
commit ec680493c9
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ namespace BLL
SynchroSetService.InsertRealNamePushLog(null, item.ProCode, "实名制定时器", "sucess", "200", item.ProName, "成功", null);
SynchroSetService.PushProCollCompany(item.ProCode);
SynchroSetService.PushAttendance(item.ProCode);
SynchroSetService.updatePersonsExitTime(item.ProCode);
//SynchroSetService.updatePersonsExitTime(item.ProCode);
}
}
}