11
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
var sysSet7 = (from x in Funs.DB.Sys_Set where x.SetName == "是否启用实名制" select x).ToList().FirstOrDefault();
|
var sysSet7 = (from x in Funs.DB.Sys_Set where x.SetName == "是否启用实名制" select x).ToList().FirstOrDefault();
|
||||||
if (sysSet7 != null && sysSet7.IsAuto == true)
|
if (sysSet7 != null && sysSet7.IsAuto == true)
|
||||||
{
|
{
|
||||||
// BLL.RealNameMonitorService.StartMonitor();
|
BLL.RealNameMonitorService.StartMonitor();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user