From 2e4e5d2b597e994c34db269497ae1dfb026eb968 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Sun, 14 Jun 2026 10:54:37 +0800 Subject: [PATCH] 11 --- SUBQHSE/FineUIPro.Web/FineUIPro.Web.csproj | 17 +++++++++++++++-- SUBQHSE/FineUIPro.Web/Global.asax.cs | 3 +++ 2 files changed, 18 insertions(+), 2 deletions(-) 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) {