Commit cee33379 by 陶然

取消了回传Job中自动关联报告的线程

parent 7189ca0c
...@@ -172,12 +172,12 @@ namespace Njhg.Third.Semir.Jobs ...@@ -172,12 +172,12 @@ namespace Njhg.Third.Semir.Jobs
} }
finally finally
{ {
var thread = KiviiContext.NewThread(() => //var thread = KiviiContext.NewThread(() =>
{ //{
//没有关联报告的 自动执行符合条件的关联 // //没有关联报告的 自动执行符合条件的关联
SemirExtension.LinkReports(); // SemirExtension.LinkReports();
}); //});
thread.Start(); //thread.Start();
} }
} }
......
...@@ -33,5 +33,5 @@ using System.Runtime.InteropServices; ...@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.2210")] [assembly: AssemblyVersion("5.4.2024.2290")]
[assembly: AssemblyFileVersion("5.4.2024.2210")] [assembly: AssemblyFileVersion("5.4.2024.2290")]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment