fix(Tasks): 组件升级更新超时任务下一次运行时不为空问题

#Comment
Task 组件内部增加多线程并发反序列化保护
This commit is contained in:
Argo Zhang 2019-11-16 20:37:43 +08:00
parent 0c5bb00241
commit d18ff584e9
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@
},
smartTable: {
sidePagination: "client",
sortName: 'CreateTime',
sortOrder: 'desc',
sortName: 'Name',
sortOrder: 'asc',
queryParams: function (params) { return $.extend(params, { operateType: $("#txt_operate_type").val(), OperateTimeStart: $("#txt_operate_start").val(), OperateTimeEnd: $("#txt_operate_end").val() }); },
columns: [
{ title: "名称", field: "Name", sortable: true },

View File

@ -15,7 +15,7 @@
<PackageReference Include="Longbow.OAuth" Version="3.0.2" />
<PackageReference Include="Longbow.PetaPoco" Version="1.0.2" />
<PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" />
<PackageReference Include="Longbow.Tasks" Version="3.0.2-beta1" />
<PackageReference Include="Longbow.Tasks" Version="3.0.2-beta2" />
<PackageReference Include="Longbow.Web" Version="3.0.1" />
<PackageReference Include="Longbow.WeChatAuth" Version="3.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" />