11
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user