fix(Tasks): 组件升级更新超时任务下一次运行时不为空问题
#Comment Task 组件内部增加多线程并发反序列化保护
This commit is contained in:
parent
0c5bb00241
commit
d18ff584e9
|
@ -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 },
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue