This commit is contained in:
2026-06-14 10:54:37 +08:00
parent 152ebc8113
commit 2e4e5d2b59
2 changed files with 18 additions and 2 deletions
+15 -2
View File
@@ -12671,13 +12671,26 @@
<DependentUpon>LocationSelect.aspx</DependentUpon> <DependentUpon>LocationSelect.aspx</DependentUpon>
</Compile> </Compile>
<Compile Include="ProjectData\MasterProjectData.aspx.cs"> <Compile Include="ProjectData\MasterProjectData.aspx.cs">
<DependentUpon>MasterProjectData.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType> <SubType>ASPXCodeBehind</SubType>
</Compile> </Compile>
<Compile Include="ProjectData\MasterProjectData.aspx.designer.cs" /> <Compile Include="ProjectData\MasterProjectData.aspx.designer.cs">
<DependentUpon>MasterProjectData.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\MasterProjectDataAnalysis.aspx.cs">
<DependentUpon>MasterProjectDataAnalysis.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ProjectData\MasterProjectDataAnalysis.aspx.designer.cs">
<DependentUpon>MasterProjectDataAnalysis.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\MasterProjectDataUsage.aspx.cs"> <Compile Include="ProjectData\MasterProjectDataUsage.aspx.cs">
<DependentUpon>MasterProjectDataUsage.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType> <SubType>ASPXCodeBehind</SubType>
</Compile> </Compile>
<Compile Include="ProjectData\MasterProjectDataUsage.aspx.designer.cs" /> <Compile Include="ProjectData\MasterProjectDataUsage.aspx.designer.cs">
<DependentUpon>MasterProjectDataUsage.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\ProjectDevices.aspx.cs"> <Compile Include="ProjectData\ProjectDevices.aspx.cs">
<DependentUpon>ProjectDevices.aspx</DependentUpon> <DependentUpon>ProjectDevices.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType> <SubType>ASPXCodeBehind</SubType>
+3
View File
@@ -65,6 +65,7 @@
{ {
BLL.RealNameMonitorService.StartMonitor(); BLL.RealNameMonitorService.StartMonitor();
} }
ErrLogInfo.WriteLog("启用实名制服务成功!");
} }
catch (Exception ex) catch (Exception ex)
{ {
@@ -79,6 +80,8 @@
BLL.YunMouService.StartMonitor(); BLL.YunMouService.StartMonitor();
QuartzServices.Init(); QuartzServices.Init();
ErrLogInfo.WriteLog("启用通用定时器服务成功!");
} }
catch (Exception ex) catch (Exception ex)
{ {