提交代码
This commit is contained in:
parent
d7504526a4
commit
bf6a0fea2b
|
@ -2179,7 +2179,7 @@ namespace BLL
|
|||
//////推送订阅消息
|
||||
GetDataService.SendSubscribeMessage();
|
||||
GetDataService.CorrectingPersonInOutNumber(null);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#region 启动监视器 定时每天执行 获取指定项目管道焊接工程量等信息
|
||||
|
@ -2230,7 +2230,8 @@ namespace BLL
|
|||
}
|
||||
finally
|
||||
{
|
||||
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 24;
|
||||
//getPipelineWeldingQuantities.Interval = 1000 * 3600 * 24;
|
||||
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 12;
|
||||
getPipelineWeldingQuantities.Start();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19357,7 +19357,7 @@
|
|||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
|
||||
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.1"/>
|
||||
<compilation debug="false" targetFramework="4.6.1"/>
|
||||
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>
|
||||
|
|
Loading…
Reference in New Issue