调整预任务生成代码逻辑

This commit is contained in:
yang.lee
2023-11-09 15:20:27 +08:00
parent d757785f0b
commit 00c11a4515
3 changed files with 23 additions and 14 deletions

View File

@@ -322,6 +322,10 @@ namespace Tnb.WarehouseMgr
await _db.Ado.RollbackTranAsync();
throw;
}
finally
{
_ = InvokeGenPretaskExcute();
}
return Task.FromResult(true);
}
}