新增,任务链类型枚举

This commit is contained in:
alex
2023-08-09 10:49:47 +08:00
parent ca6312f3ea
commit 7a98d8a72f
3 changed files with 27 additions and 6 deletions

View File

@@ -359,7 +359,7 @@ namespace Tnb.WarehouseMgr
}
catch (Exception ex)
{
JNPF.Logging.Log.Error("生成预任务执行时出现错误", ex);
Log.Error("生成预任务执行时出现错误", ex);
await db.Ado.RollbackTranAsync();
cts?.Cancel();
throw;