1
This commit is contained in:
@@ -1919,7 +1919,7 @@ namespace RB_MES_API.Controllers
|
||||
// 停止计时
|
||||
checkQueueIdHasFlagWatch.Stop();
|
||||
// 获取执行时间
|
||||
LogHelper.WriteLog($"检测是否已经推送过或者正在推送中 执行时间: {checkQueueIdHasFlagWatch.Elapsed.TotalMilliseconds} 毫秒");
|
||||
LogHelper.WriteLog($"{DocType}:检测是否已经推送过或者正在推送中 执行时间: {checkQueueIdHasFlagWatch.Elapsed.TotalMilliseconds} 毫秒");
|
||||
|
||||
if (checkQueueIdHasFlag)
|
||||
{
|
||||
@@ -2221,7 +2221,7 @@ namespace RB_MES_API.Controllers
|
||||
stopwatchAll.Stop();
|
||||
// 获取执行时间
|
||||
TimeSpan elapsed = stopwatchAll.Elapsed;
|
||||
LogHelper.WriteLog($"接口总执行时间: {elapsed.TotalMilliseconds} 毫秒");
|
||||
LogHelper.WriteLog($"{DocType}:接口总执行时间: {elapsed.TotalMilliseconds} 毫秒");
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("RB_MES_APICore")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85c83e35b7782ffba1cde0e5b07741e1a8385d84")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5716ea802df23b110d2e30159775dc33778b1dd6")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("RB_MES_APICore")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("RB_MES_APICore")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
7a4d9f87bcc380d290797c0c3ed0d4c07bbddbfbe7b6d89a7fdab22205c681d4
|
||||
bccae571b5993e8821508d5a6675e3bfd9f5115150348e8e725a31a99e419879
|
||||
|
||||
Reference in New Issue
Block a user