20220928实名制同步定时器调整

This commit is contained in:
2022-09-28 15:14:24 +08:00
parent 579af300d3
commit 061826c677
3 changed files with 81 additions and 4 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
using System.Globalization;
using System.Text;
using System.Timers;
using System.Linq;
public class Global : System.Web.HttpApplication
{
@@ -42,8 +43,9 @@
{
////实名制同步定时器
try
{
{
BLL.RealNameMonitorService.StartMonitor();
// BLL.RealNameMonitorService.StartMonitorProject();
SynchroSetService.InsertRealNamePushLog(null, null, "实名制定时器开始启动", "sucess", "200", null, "成功", null);
}
catch (Exception ex)