diff --git a/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj b/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
index ab604a6..8502077 100644
--- a/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj
@@ -12671,13 +12671,26 @@
LocationSelect.aspx
+ MasterProjectData.aspx
ASPXCodeBehind
-
+
+ MasterProjectData.aspx
+
+
+ MasterProjectDataAnalysis.aspx
+ ASPXCodeBehind
+
+
+ MasterProjectDataAnalysis.aspx
+
+ MasterProjectDataUsage.aspx
ASPXCodeBehind
-
+
+ MasterProjectDataUsage.aspx
+
ProjectDevices.aspx
ASPXCodeBehind
diff --git a/SUBQHSE/FineUIPro.Web/Global.asax.cs b/SUBQHSE/FineUIPro.Web/Global.asax.cs
index a556f70..63623c4 100644
--- a/SUBQHSE/FineUIPro.Web/Global.asax.cs
+++ b/SUBQHSE/FineUIPro.Web/Global.asax.cs
@@ -65,6 +65,7 @@
{
BLL.RealNameMonitorService.StartMonitor();
}
+ ErrLogInfo.WriteLog("启用实名制服务成功!");
}
catch (Exception ex)
{
@@ -79,6 +80,8 @@
BLL.YunMouService.StartMonitor();
QuartzServices.Init();
+ ErrLogInfo.WriteLog("启用通用定时器服务成功!");
+
}
catch (Exception ex)
{