This commit is contained in:
yang.lee
2023-11-07 09:05:37 +08:00
parent 904135fdec
commit d02b310820
2 changed files with 5 additions and 1 deletions

View File

@@ -191,7 +191,6 @@ namespace Tnb.WarehouseMgr
finally
{
//向队列写入消息
Logger.Information("调用预任务生成");
await InvokeGenPretaskExcute();
}
return Task.FromResult(true);