This commit is contained in:
2021-07-14 19:57:50 +08:00
parent ff100e0b7b
commit 4f2057ccd3
5 changed files with 141 additions and 3 deletions
+2 -1
View File
@@ -47,8 +47,9 @@
////实名制同步定时器
try
{
BLL.RealNameMonitorService.StartInOutMonitor();
if (ConfigurationManager.AppSettings["EnableRealName"] == "True")
{
{
BLL.RealNameMonitorService.StartMonitor();
}
}